Skip to content

Commit

Permalink
Added Screen firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Mar 15, 2024
1 parent c60ce87 commit a677f48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions firmware/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@

| Product | Firmware Name |
| ----------------------- | ----------------------------------------- |
| [T-Display-S3][1] | [firmware](./firmware_no_touch.bin) |
| [T-Display-S3-Touch][2] | [firmware](./firmware_touch.bin) |
| [T-Display-S3][1] | [ScreenDetection](./ScreenDetection.bin) |
| [T-Display-S3][1] | [Factory](./firmware_no_touch.bin) |
| [T-Display-S3-Touch][2] | [Factory](./firmware_touch.bin) |
| [T-Display-S3-MIDI][3] | [firmware](./T-Display-S3-MIDI_firmware/) |

[1]: https://www.lilygo.cc/products/t-display-s3?variant=42589373268149
[2]: https://www.lilygo.cc/products/t-display-s3?variant=42351558590645
[3]: https://www.lilygo.cc/products/t-display-s3?variant=43164741632181

**ScreenDetection**
After ScreenDetection is written, open the ArduinoIDE or PlatformIO serial monitor, and then press RST (the button on the side of T-Display-S3). The serial monitor should automatically reconnect and print out the relevant screen information. .If all the information is normal but the screen still does not display, you can determine that the screen is damaged.
![](./images/log.png)


### Use ESP Download Tool

- Download [Flash_download_tool](https://www.espressif.com.cn/sites/default/files/tools/flash_download_tool_3.9.5_0.zip)
Expand Down
Binary file added firmware/ScreenDetection.bin
Binary file not shown.
Binary file added firmware/images/log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a677f48

Please sign in to comment.