| Product (PinMap) | SOC | Flash | PSRAM | Resolution | Size |
|---|---|---|---|---|---|
| T-Display-S3 | ESP32-S3R8 | 16MB | 8MB(OPI) | 170x320 | 1.9 Inch |
| T-Display-S3-Touch | ESP32-S3R8 | 16MB | 8MB(OPI) | 170x320 | 1.9 Inch |
| T-Display-S3-MIDI |
./examples/
├── Arduino_GFXDemo # Arduino_GFX example
├── Arduino_GFX_PDQgraphicstest # Arduino_GFX example
├── GetBatteryVoltage # Get battery voltage example
├── I2CScan # Scan for external devices using I2C
├── ImageScroll # Image scrolling example by @Rudi Ackermann
├── MPR121TouchSensor # Example of using MPR121 capacitive touch
├── PCBClock # TFT_eSPI PCBClock example by @VolosR
├── PokerS3 # TFT_eSPI PokerS3 example by @VolosR
├── SerialExample # Example of using serial communication
├── T-Display-S3-MIDI # T-Display-S3-MIDI Shield example
├── T-Display-S3-BLE-Receiver # Wireless BLE MIDI receiver with piano display (ESP32_Host_MIDI)
├── T-Display-S3-BLE-Sender # BLE MIDI sender with auto-play sequences (ESP32_Host_MIDI)
├── T-Display-S3-Piano # USB MIDI Piano visualizer with chord detection (ESP32_Host_MIDI + Gingoduino)
├── T-Display-S3-BLE-Receiver # Wireless BLE MIDI receiver with piano display (ESP32_Host_MIDI)
├── T-Display-S3-BLE-Sender # BLE MIDI sender with auto-play sequences (ESP32_Host_MIDI)
├── T-Display-S3-Piano-Debug # MIDI event monitor with raw packet inspector (ESP32_Host_MIDI)
├── T-Display-S3-Gingoduino # Real-time chord detection and harmonic analysis (ESP32_Host_MIDI + Gingoduino)
├── T-Display-S3-Queue # MIDI event queue visualizer for debugging (ESP32_Host_MIDI)
├── T-Display-S3-USB-Device # BLE-to-USB MIDI bridge — T-Display-S3 as USB MIDI interface (ESP32_Host_MIDI)
├── T-Display-S3-Music-Explorer # Interactive music theory explorer with audio synthesis (Gingoduino)
├── TFT_Rainbow # TFT_eSPI example
├── factory # factory example
├── lv_demos # lvgl demo
├── nes # NES game emulator
├── ota # Over-the-air upgrade example
├── sd # T-Display-TF Shield example
├── tft # TFT_eSPI example
├── touch_test # Capacitive touch test example
├── usb_hid_pad # Capacitive Touch Screen Simulation USB HID Example
├── ULP_ADC # Example of ADC detection for ULP-FSM(arduino_esp32 version: 3.0.0-rc3)
└── ULP_Count # Example of register counting for ULP-FSM(arduino_esp32 version: 3.0.0-rc3)
PlatformIO plugin in the VisualStudioCode extension and install it.VisualStudioCodeVisualStudioCode, select File in the upper left corner of VisualStudioCode -> Open Folder -> select the T-Display-S3 directoryplatformio.ini file, and in the platformio columndefault_envs = xxxx to make sure only one line workshttps://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json URL in the Additional boards manager URLs input box. Please pay attention to the version. The test phase is using 2.0.14. It is not certain that versions above 2.0.14 can run. When the operation is abnormal, please downgrade to a version below 2.0.14. , As of 2024/08/02, TFT_eSPI does not work on versions higher than 2.0.14, see TFT_eSPI/issue3329T-Display-S3 , move to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries)T-Display-S3/examples directoryany_example.ino to open itOpen ArduinoIDE ,Tools ,Make your selection according to the table below
| Arduino IDE Setting | Value |
| ------------------------------------ | --------------------------------- |
| Board | ESP32S3 Dev Module |
| Port | Your port |
| USB CDC On Boot | Enable |
| CPU Frequency | 240MHZ(WiFi) |
| Core Debug Level | None |
| USB DFU On Boot | Disable |
| Erase All Flash Before Sketch Upload | Disable |
| Events Run On | Core1 |
| Flash Mode | QIO 80MHZ |
| Flash Size | 16MB(128Mb) |
| Arduino Runs On | Core1 |
| USB Firmware MSC On Boot | Disable |
| Partition Scheme | 16M Flash(3M APP/9.9MB FATFS) |
| PSRAM | OPI PSRAM |
| Upload Mode | UART0/Hardware CDC |
| Upload Speed | 921600 |
| USB Mode | CDC and JTAG |
Click upload , Wait for compilation and writing to complete
If it cannot be written, or the USB device keeps flashing, please check the FAQ below
You can also choose LilyGo T-Display-S3 as the board, but the partition table is fixed to 16M Flash (3M APP/9.9MB FATFS)
T-Display-S3 esp-idf version example, please jump to this LilyGo-Display-IDF| Product(PinMap) | schematic | Dimensions | PCB 3D | PinMap |
|---|---|---|---|---|
| T-Display-S3 | schematic | DWG | STP | PinMap |
| T-Display-S3 Touch | schematic | DWG | STP | PinMap |
| T-Display-S3-MIDI | schematic | DWG | STP |
2. **The program can be written normally, but there is still no display after writing**
* If you are using **TFT_eSPI**, then you can try running `Arduino_GFXDemo` first. If nothing is displayed after writing, you can determine that there is a problem with the hardware.
* If `Arduino_GFXDemo` is written normally, but **TFT_eSPI** is not displayed, then it can be judged that `User_Setup_Select` has been overwritten, then please read the third article of **FAQ** to reconfigure **TFT_eSPI**
3. **How to update **TFT_eSPI**, or confirm whether the **TFT_eSPI** pin configuration is correct?**
* Search for **TFT_eSPI** in the ArduinoIDE library manager and click Update.
* Enter the default library manager installation location and open the **TFT_eSPI** folder. The default installation location is:(e.g. C:\Users\YourName\Documents\Arduino\libraries)
* Open User_Setup_Select.h, comment out #include <User_Setup.h> which is enabled by default, or delete it
* Search **Setup206_LilyGo_T_Display_S3**, find it, cancel the previous comment, then save it, and finally close it, so that TFT_eSPI uses the pin definition of T-Display-S3 by defaultc++
#include // For the LilyGo T-Display S3 based ESP32S3 with ST7789 170 x 320 TFT
```
4. Can't upload any sketch,Please enter the upload mode manually.
* Connect the board via the USB cable
* Press and hold the BOOT button , While still pressing the BOOT button
* Press RST button
* Release the RST button
* Release the BOOT button (If there is no BOOT button, disconnect IO0 from GND.)
* Upload sketch
* Press the RST button to exit download mode
If you use external power supply instead of USB-C, please turn off the CDC option. This is because the board will wait for USB access when it starts.
For Arduino IDE users, it can be turned off in the options , Please note that turning off USB CDC will turn off Serial redirection to USBC. At this time, you will not see any Serial message output when opening the port from USB-C, but output from GPIO43 and GPIO44.
c
Tools -> USB CDC On Boot -> Disable
```c build_flags = ; Enable -DARDUINO_USB_CDC_ON_BOOT will start printing and wait for terminal access during startup ; -DARDUINO_USB_CDC_ON_BOOT=1
; Enable -UARDUINO_USB_CDC_ON_BOOT will turn off printing and will not block when using the battery
-UARDUINO_USB_CDC_ON_BOOT
```
| FUNCTION | COLOR |
|---|---|
| CHARGE LED | RED |
| V3V indicator | GREEN |
$ claude mcp add T-Display-S3 \
-- python -m otcore.mcp_server <graph>