A simple test program for the 0.96" 80×160 TFT display (ST7735S driver) connected to the ESP32-S3-WROOM-1.
- Demonstrates SPI communication with ST7735S TFT
- Uses Adafruit_GFX and Adafruit_ST7735 libraries
- Smooth color animation test
| Function | ESP32-S3 Pin | Description |
|---|---|---|
| TFT_CS | GPIO16 | Chip Select |
| TFT_DC | GPIO47 | Data/Command |
| TFT_RST | GPIO21 | Reset |
| TFT_SCLK | GPIO17 | SPI Clock |
| TFT_MOSI | GPIO18 | SPI Data |
| TFT_MISO | — | Not used |
| Power | 3.3 V | VDD, LEDA |
| Ground | GND | GND, LEDK |
- ESP32-S3-WROOM-1 (8 MB Flash, No PSRAM)
- Display: N096-1608TBBIG11-H13 (ST7735S 80×160 TFT)
Animated color-changing rectangle and text confirming correct display initialization.