Update fw & README

This commit is contained in:
lewishe 2023-11-20 10:03:36 +08:00
parent df2629341d
commit dbd45fcc72
4 changed files with 9 additions and 2 deletions

View File

@ -47,6 +47,12 @@ T-Display-S3 is available from: [LILYGO](https://www.lilygo.cc/products/t-displa
| PSRAM | OPI PSRAM |
| USB Mode | Hardware CDC and JTAG |
##### Writing as a beginner:
- When opening the Arduino IDE, you will be prompted that there are new libraries that can be updated. Please do not click update. There is no guarantee that it can be compiled, run, etc. after the update. Make sure that the board is running normally before deciding whether to update. You have to Know that problems may occur after updating due to library differences, or the default configuration (such as TFT_eSPI) will be overwritten.
- If it runs abnormally after the update, please follow Article 4 of the Arduino Quick Start to delete the directory in libraries, and drag the folder in lib into the libraries directory again.
### PlatformIO
1. Install [VisualStudioCode](https://code.visualstudio.com/) and [Python](https://www.python.org/)

View File

@ -1,7 +1,8 @@
# 1. Firmware note
1. `firmware.bin` Factory Test
2. `tft_espi_test.bin` TFT_eSPI Test
1. `firmware_no_touch.bin` Factory Test no touch
2. `firmware_touch.bin` Factory Test with touch
3. `tft_espi_test.bin` TFT_eSPI Test

BIN
firmware/firmware_touch.bin Normal file

Binary file not shown.