You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,17 @@ All of the required code is in the ```src``` directory, just rename the file ```
55
55
56
56
Note:- also refer to the README.md at [TQT pro](https://github.com/Xinyuan-LilyGO/T-QT/tree/main?tab=readme-ov-file#quick-start) for setting up the board in arduino ide.
57
57
58
+
## Configurator Tool
59
+
The OpenTimeWatch Configurator tool is a python script which allows users to configure the WiFi network and time settings before compiling and uploading the firmware to the watch. This tool does not configure your board type nor does it compile and upload the code. To run the tool type
60
+
61
+
```python otwConfigurator.py```
62
+
63
+
or
64
+
65
+
```python3 otwConfigurator.py```
66
+
67
+
in your terminal.
68
+
58
69
# Features
59
70
1. Home screen with custom background
60
71
2. Activity view shows steps walked, calories burned and weather (It is just a dummy and not functionally implemented yet)
@@ -95,9 +106,6 @@ Note:- also refer to the README.md at [TQT pro](https://github.com/Xinyuan-LilyG
95
106
10. Flappy bird clone
96
107
11. UART console support
97
108
98
-
# When could you expect SDKs for apps, custom home screens and widgets
99
-
By V0.7 or V0.8 we could start making SDKs for developers to make apps and games, we will also extend support for other microcontrollers and screen resolutions as the OS currently runs at 128 * 128 px.
100
-
101
109
# Can I contribute ?
102
110
Yes, you can contribute to the project by the following ways :
103
111
1. Help us add features to the project by making a PR.
0 commit comments