Skip to content

Commit b4e2d36

Browse files
authored
Update README.md
1 parent a04c4f9 commit b4e2d36

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,22 @@
66
|**Configure Wi-Fi, brightness, and location**|<img src="https://github.com/SubCoderHUN/WT32-SC01-PLUS/blob/main/github_images/optionsscreen.png?raw=true" alt="" width="400" height="266" />|
77
|**Online radio player**|<img src="https://github.com/SubCoderHUN/WT32-SC01-PLUS/blob/main/github_images/radioscreen.png?raw=true" alt="" width="400" height="266" />|
88

9+
### PlatformIO
10+
This source was written under **[PlatformIO](https://platformio.org "PlatformIO")**. It's a great, user-friendly, and extensible integrated development environment. Highly recommended instead of the Arduino IDE.
11+
912
### LVGL
10-
For this project, I used the Light and Versatile Graphics Library (**LVGL**) to create the interface.
11-
You can find the project file for **SquareLine Studio** (WT32-SC01-PLUS.spj) in the source code.
13+
For this project, I used the Light and Versatile Graphics Library (**[LVGL](https://github.com/lvgl/lvgl "LVGL")**) to create the interface.
14+
You can find the project file for **[SquareLine Studio](https://squareline.io "SquareLine Studio")** (WT32-SC01-PLUS.spj) in the source code.
15+
16+
### Compile & GO
17+
Everything is set up. You just need to fire up VSCode and compile the source code.
18+
...and change the COM port in platformio.ini.😜
19+
20+
### Just in case...
21+
If you messed up something and the ESP32 is stuck in a bootloop, you can erase the flash memory with `esptool.py --chip esp32-s3 erase_flash`.
22+
Or, you can **[download esptool.exe from GitHub](https://github.com/espressif/esptool "download esptool.exe from GitHub")** and run the following command: `esptool.exe --chip esp32-s3 erase_flash`.
1223

1324
### Plans for the future
1425
1. In the future, I want to find some uses for the unused GPIO pins and SDCard.
1526
2. I want to create an hourly forecast; at the moment, it only displays the current weather information.
16-
3. .... and so on :)
27+
3. .... and so on 😄

0 commit comments

Comments
 (0)