Update README

This commit is contained in:
lewishe 2024-02-01 14:45:27 +08:00
parent 5168c826ea
commit b9812a59f2

View File

@ -1,6 +1,7 @@
<h1 align = "center"> 🌟T-Display-S3🌟</h1> <h1 align = "center"> 🌟T-Display-S3🌟</h1>
[![PlatformIO CI](https://github.com/Xinyuan-LilyGO/T-Display-S3/actions/workflows/platformio.yml/badge.svg)](https://github.com/Xinyuan-LilyGO/T-Display-S3/actions/workflows/platformio.yml) [![PlatformIO CI](https://github.com/Xinyuan-LilyGO/T-Display-S3/actions/workflows/platformio.yml/badge.svg)](https://github.com/Xinyuan-LilyGO/T-Display-S3/actions/workflows/platformio.yml)
[![Arduino_CI](https://github.com/Xinyuan-LilyGO/T-Display-S3/actions/workflows/arduino_ci.yml/badge.svg)](https://github.com/Xinyuan-LilyGO/T-Display-S3/actions/workflows/arduino_ci.yml)
## 1⃣Support Product ## 1⃣Support Product
@ -18,25 +19,25 @@
``` ```
./examples/ ./examples/
├── Arduino_GFXDemo ├── Arduino_GFXDemo # Arduino_GFX example
├── Arduino_GFX_PDQgraphicstest ├── Arduino_GFX_PDQgraphicstest # Arduino_GFX example
├── GetBatteryVoltage ├── GetBatteryVoltage # Get battery voltage example
├── I2CScan ├── I2CScan # Scan for external devices using I2C
├── ImageScroll ├── ImageScroll # Image scrolling example by @Rudi Ackermann
├── MPR121TouchSensor ├── MPR121TouchSensor # Example of using MPR121 capacitive touch
├── PCBClock ├── PCBClock # TFT_eSPI PCBClock example by @VolosR
├── PokerS3 ├── PokerS3 # TFT_eSPI PokerS3 example by @VolosR
├── SerialExample ├── SerialExample # Example of using serial communication
├── T-Display-S3-MIDI ├── T-Display-S3-MIDI # T-Display-S3-MIDI Shield example
├── TFT_Rainbow ├── TFT_Rainbow # TFT_eSPI example
├── factory ├── factory # factory example
├── lv_demos ├── lv_demos # lvgl demo
├── nes ├── nes # NES game emulator
├── ota ├── ota # Over-the-air upgrade example
├── sd ├── sd # T-Display-TF Shield example
├── tft ├── tft # TFT_eSPI example
├── touch_test ├── touch_test # Capacitive touch test example
└── usb_hid_pad └── usb_hid_pad # Capacitive Touch Screen Simulation USB HID Example
``` ```
## 3⃣ PlatformIO Quick Start (Recommended) ## 3⃣ PlatformIO Quick Start (Recommended)