Skip to content

Commit f54a671

Browse files
authored
Update README.md
1 parent 7e0af17 commit f54a671

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ You will need to do some changes in the ```platformio.ini``` file before uploadi
3131
![Alt text](images/TQT-non-psram-conf.png)
3232

3333
# Installation (for arduino users)
34-
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. 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.
34+
All of the required code is in the ```src``` directory, just rename the file ```main.cpp``` to ```main.ino``` and install the below libraries and upload the code
35+
1. ```Button2```
36+
2. ```TFT_eSPI``` (according to LILYGO TFT_eSPI version 2.0.14 or lower is recommended)
37+
3. ```Adafruit GFX```
38+
4. ```Adafruit MPU6050```
39+
5. ```Adafruit Unified Sensor```
40+
41+
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.
3542

3643
# Features
3744
1. Home screen with custom background

0 commit comments

Comments
 (0)