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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ All of the required code is in the ```src``` directory, just rename the file ```
106
106
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.
107
107
108
108
## Configurator Tool
109
-
The OpenTimeWatch Configurator tool is a python script which allows users to configure the Board settings (requires platformio), 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
109
+
The OpenTimeWatch Configurator tool is a python script which allows users to configure the Board, WiFi network and time settings before compiling and uploading the firmware to the watch. This tool does not compile and upload the code. To run the tool type
110
110
111
111
```python otwConfigurator.py```
112
112
@@ -116,6 +116,8 @@ or
116
116
117
117
in your terminal.
118
118
119
+
Note:- This tool only configures the board for the usage in PlatformIO IDE
120
+
119
121
# Features
120
122
1. Home screen with custom background
121
123
2. Activity view shows steps walked, calories burned and weather (It is just a dummy and not functionally implemented yet)
@@ -151,12 +153,11 @@ in your terminal.
151
153
3. Accent colours
152
154
4. IR transmitter support
153
155
5. Support for 3 navigation buttons
154
-
6. Pulse sensor support
155
-
7. Screen brightness adjustment
156
-
8. Screen on-time adjustment
157
-
9. Watch endurance
158
-
10. Flappy bird clone
159
-
11. UART console support
156
+
6. Screen brightness adjustment
157
+
7. Screen on-time adjustment
158
+
8. Watch endurance
159
+
9. Flappy bird clone
160
+
10. UART console support
160
161
161
162
# Can I contribute ?
162
163
Yes, you can contribute to the project by the following ways :
0 commit comments