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
+17-8Lines changed: 17 additions & 8 deletions
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)
@@ -76,11 +87,12 @@ Note:- also refer to the README.md at [TQT pro](https://github.com/Xinyuan-LilyG
76
87
4. While playing pong scroll button moves the paddle up and the menu button moves the paddle down
77
88
78
89
# Release Notes
79
-
1.**V0.3.1** - otwUI bug fix, updated configuration for TQT pro N8 in ```platformio.ini``` file and better documentation.
80
-
2.**V0.3** - New UI (created using [lopaka.app](https://lopaka.app/sandbox)), multiple watch faces, Wifi support, time synchronisation, back option in menus, accelerometer support and apps and sub menus separated from the ```main.cpp``` file.
81
-
3.**V0.2.1** - Added refinements to the OS navigation, added a manual in the ```README.md``` and changed the tone of the speaker.
82
-
4.**V0.2** - A significant update compared to V0.1, as it introduced menus, pong, interaction with peripherals (torch and speaker), OS being open sourced, matrix effect, settings menu.
83
-
5.**V0.1** - The initial release it just had a home screen and an about screen.
90
+
1.**V0.3.2** - New OpenTimeWatch Configurator tool.
91
+
2.**V0.3.1** - otwUI bug fix, updated configuration for TQT pro N8 in ```platformio.ini``` file and better documentation.
92
+
3.**V0.3** - New UI (created using [lopaka.app](https://lopaka.app/sandbox)), multiple watch faces, Wifi support, time synchronisation, back option in menus, accelerometer support and apps and sub menus separated from the ```main.cpp``` file.
93
+
4.**V0.2.1** - Added refinements to the OS navigation, added a manual in the ```README.md``` and changed the tone of the speaker.
94
+
5.**V0.2** - A significant update compared to V0.1, as it introduced menus, pong, interaction with peripherals (torch and speaker), OS being open sourced, matrix effect, settings menu.
95
+
6.**V0.1** - The initial release it just had a home screen and an about screen.
84
96
85
97
# What to expect in V0.4?
86
98
1. Support for our new watch hardware:- OpenTimeWatch 1
@@ -95,9 +107,6 @@ Note:- also refer to the README.md at [TQT pro](https://github.com/Xinyuan-LilyG
95
107
10. Flappy bird clone
96
108
11. UART console support
97
109
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
110
# Can I contribute ?
102
111
Yes, you can contribute to the project by the following ways :
103
112
1. Help us add features to the project by making a PR.
0 commit comments