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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ When we look at the current smart watches (especially the cheap ones) the are pr
21
21
5. Connect the Stemma qt connector to the TQT Pro
22
22
23
23
# Installation (for platformio users)
24
-
Create a new project and paste all of the files in your project's directory and upload the code (Note:- You may need to change the build flags in ```platformio.ini```if using an 8MB version of TQT Pro)
24
+
Clone the repository and upload the code (Note:-If using an 8MB version of TQT Pro uncomment line 10 and comment line 11 and 17 in ```platformio.ini```file)
25
25
26
26
# Installation (for arduino users)
27
-
All of the required code is in the ```src``` directory, just rename the file ```main.cpp``` to ```main.ino``` and install ```Button2``` and ```TFT_eSPI``` (according to LILYGO TFT_eSPI version 2.0.14 or lower is recommended) in the ide and upload the code
27
+
All of the required code is in the ```src``` directory, just rename the file ```main.cpp``` to ```main.ino``` and install ```Button2```, ```TFT_eSPI``` (according to LILYGO TFT_eSPI version 2.0.14 or lower is recommended), ```Adafruit GFX```, ```Adafruit MPU6050``` and ```Adafruit Unified Sensor``` in the ide and upload the code
28
28
29
29
# Features
30
30
1. Home screen with custom background
@@ -47,7 +47,7 @@ All of the required code is in the ```src``` directory, just rename the file ```
47
47
4. While playing pong scroll button moves the paddle up and the menu button moves the paddle down
48
48
49
49
# Release Notes
50
-
1.**V0.3** - New UI, multiple watch faces, Wifi support, time synchronisation, back option in menus, accelerometer support and apps and sub menus sepereted from the ```main.cpp``` file.
50
+
1.**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 sepereted from the ```main.cpp``` file.
51
51
2.**V0.2.1** - Added refinements to the OS navigation, added a manual in the ```README.md``` and changed the tone of the speaker.
52
52
3.**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.
53
53
4.**V0.1** - The initial release it just had a home screen and an about screen.
@@ -59,10 +59,9 @@ By V0.7 or V0.8 we could start making SDKs for developers to make apps and games
59
59
Yes, you can contribute to the project by the following ways :
60
60
1. Help us add features to the project by making a PR.
61
61
2. Help us test and find bugs.
62
-
3. Give feature suggestions by making an issue.
62
+
3. Give feature suggestions in this [issue](https://github.com/OpenTimeWatch-Project/OpenTimeWatch-OS/issues/1).
63
63
4. Help us test or review PRs.
64
-
5. Leave a star ✨ if you like the project.
65
-
6. PS : If you have a better logo for the project please let us know by opening a new issue (don't worry we will credit you)
64
+
5. PS : If you have a better logo for the project please let us know by opening a new issue (don't worry we will credit you)
0 commit comments