LilyGo T-Display-S3 AMOLED

An upgraded version of the T-Display-S3 with a 1.91-inch AMOLED screen, offering improved resolution and color vibrancy.

USB-C Native USB
LilyGo T-Display-S3 AMOLED board
60 × 25.5 mm
ESP32-S3
MCU
240MHz
clock
16MB
flash
512KB
SRAM
18· 10 ADC
GPIO
BLE 5.0+ WiFi
radio
On this page

Pinout

28 pins · 2.54 mm pitch
View:
LilyGo T-Display-S3 AMOLED pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
1-3V3power-Left header; 3.3V regulator (RT9080) output
21IO1safeadc · touch · pwmLeft header; ADC1_CH0, TOUCH1
32IO2safeadc · touch · pwmLeft header; ADC1_CH1, TOUCH2
43IO3strappingadc · touch · pwmLeft header; ADC1_CH2, TOUCH3
510IO10FSPICS0strappingadc · touch · spi · pwmLeft header; ADC1_CH9, TOUCH10, default FSPI CS
611IO11FSPIDstrappingadc · touch · spi · pwmLeft header; ADC2_CH0, TOUCH11, default FSPI MOSI
712IO12FSPICLKstrappingadc · touch · spi · pwmLeft header; ADC2_CH1, TOUCH12, default FSPI SCK
813IO13FSPIQstrappingadc · touch · spi · pwmLeft header; ADC2_CH2, TOUCH13, default FSPI MISO
914IO14FSPIWPstrappingadc · touch · spi · pwmLeft header; ADC2_CH3, TOUCH14, default FSPI WP
1015IO15U0RTSuartadc · uart · pwmLeft header; ADC2_CH4, UART0 RTS
11-GNDground-Left header ground
12-VBUSVSYSpower-Left header; 5V USB rail (VSYS)
13-VBUSVSYSpower-Left header; 5V USB rail (VSYS)
1416IO16U0CTSuartadc · uart · pwmLeft header; ADC2_CH5, UART0 CTS
15-GNDground-Right header ground
16-GNDground-Right header ground
1746IO46strappingpwmRight header; strapping pin
1845IO45strappingpwmRight header; strapping pin (VDD_SPI select)
1944IO44RXU0RXDstrappinguart · i2c · pwmRight header; UART0 RX, also on STEMMA QT/Qwiic I2C connector
2043IO43TXU0TXDstrappinguart · i2c · pwmRight header; UART0 TX, also on STEMMA QT/Qwiic I2C connector
2142IO42MTMSstrappingpwmRight header; JTAG MTMS
2241IO41MTDIstrappingpwmRight header; JTAG MTDI
2340IO40MTDOstrappingpwmRight header; JTAG MTDO
24-GNDground-Right header ground
25-GNDground-Right header ground
26-3V3power-Right header; 3.3V output
27-3V3power-Right header; 3.3V output
2839IO39MTCKstrappingpwmRight header; JTAG MTCK

Start with these

4 pins with no boot or system involvement
IO1IO2IO15U0RTSIO16U0CTS

Freely assignable - no strapping, flash, USB or JTAG duties. Ideal first picks for buttons, sensors and LEDs.

Fine - with a little care

sampled at boot or shared with debug/serial
PinLabelWhat to knowRole
IO3GPIO3Sampled at reset to select JTAG interface (USB Serial/JTAG controller vs. external pins). Improper use can disable external JTAG or alter debug interface.Strapping
IO46GPIO46Must be at a defined level during reset (with GPIO0) to select normal or download boot and UART/USB print mode. This pin is input-only (no output drive), so it should be left for its intended strapping function.Strapping
IO45GPIO45Determines flash/PSRAM power voltage (3.3 V vs 1.8 V) at boot. Must match hardware configuration; using as GPIO can upset flash supply setting.Strapping
IO44U0RXD (GPIO44)Used for bootloader input (download mode via serial). If repurposed, you cannot use the default UART0 download mode for programming the chip.Other
IO43U0TXD (GPIO43)Used for bootloader output and UART console logs. If repurposed, you will lose the default serial output (and programming via UART0).Other
IO42MTMS (GPIO42)Default JTAG TMS signal for debugging. Using this pin for other purposes will disable the JTAG interface (unless JTAG is rerouted to USB).Other
IO41MTDI (GPIO41)Default JTAG TDI input for debugging. Should be reserved for JTAG or left unused if JTAG is to remain available.Other
IO40MTDO (GPIO40)Default JTAG TDO output for debugging. Using it as GPIO will interfere with JTAG debugging functionality.Other
IO39MTCK (GPIO39)Default JTAG debugging TCK pin. If JTAG is needed, this pin must be free; it may also be used internally for PSRAM chip select on certain modules, so avoid repurposing it.Other

Only if you know the tricks

wired to flash or USB - expect a fight
PinLabelWhat to knowRole
IO10FSPICS0Used to select the external flash chip. It is required for flash access and cannot be repurposed without losing flash connectivityFlash
IO11FSPIDUsed as a data line for flash (and in-package PSRAM). It should not be used as GPIO when the flash/PSRAM is in use.Flash
IO12FSPICLKDrives the flash (and PSRAM) clock. This critical signal must be reserved for memory and not used as general GPIO.Flash
IO13FSPIQUsed as a data line for flash/PSRAM transfers. Not available for other uses when flash/PSRAM is connected.Flash
IO14FSPIWPConnected to external flash (data/write-protect signal). Not recommended as GPIO because it’s reserved for flash operations.Flash
These are recommendations, not hard rules - with the right pull-ups, timing and boot-state awareness most pins can be made to work. When in doubt, start green.
Pinout notes The LilyGo T-Display-S3 AMOLED breaks out 28 pins in total: 18 GPIO for your project, with 3V3 , GND and VBUS handling power. For peripherals, TX / RX on…

The LilyGo T-Display-S3 AMOLED breaks out 28 pins in total: 18 GPIO for your project, with 3V3, GND and VBUS handling power.

For peripherals, TX/RX on GPIO43 and GPIO44 cover serial logging and flashing.

On the analog side there are 10 ADC-capable pins for sensors and battery monitoring, PWM on every GPIO and 8 capacitive-touch inputs.

If you want zero surprises, IO1, IO2, IO15 and IO16 are free of any such role - the safest first picks. 9 of the exposed pins carry boot-time or system duties on the ESP32-S3 (IO3, IO46, IO45 and 6 more).

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Native USB - no driver, no serial chip. Not detected? Hold BOOT while plugging in.
2
Flash with your tool
Arduino IDE, PlatformIO, ESPHome or esptool - copy the settings on the right.
3
Verify it runs
The blink example uses GPIO1 - swap for your board's LED pin if different.
Tools → Board settings Copy
Board:            Lilygo T Display S3
USB CDC On Boot:  Enabled
Flash Size:       16MB · DIO
Upload Speed:     921600

// blink
pinMode(1, OUTPUT);
digitalWrite(1, LOW);   // on (often inverted)
platformio.ini Copy
[env:lilygo_t_display_s3_amoled]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
device.yaml Copy
esp32:
  board: esp32-s3-devkitc-1
  variant: lilygo_t_display_s3
  framework:
    type: esp-idf

# blink - GPIO1
output:
  - platform: gpio
    pin: 1
    id: led_out
light:
  - platform: binary
    name: "LED"
    output: led_out
shell Copy
esptool.py --chip esp32s3 --port /dev/ttyACM0 \
  write_flash 0x0 firmware.bin
Build details: sketch space 3145728 B · data 327680 B · DIO

Specifications

ESP32-S3 · 60 × 25.5 mm
Compute
MCU
ESP32-S3
Clock
240 MHz
SRAM · Flash
512 KB · 16MB · 8MB (OPI) PSRAM
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
5.0 LE
Antenna
PCB
I/O
GPIO · ADC
18 · 10
UART · I²C · SPI
3 · 2 · 4
PWM
8 channels
Power
USB
USB-C
Serial
Native (CDC)
Boot address
0x0
Display
Screen
AMOLED · 1.91" · 536x240
Driver
RM67162
Touch
No
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · QIO
Sketch · Data
3 MB · 320 KB
25.5 mm60 mm
60 × 25.5 mm · pin pitch 2.54 mm
The LilyGo T-Display-S3 AMOLED uses esptool_py for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is DIO with QIO boot mode. The maximum sketch size is 3 MB with 320 KB available for data.

About this board

At its core is the ESP32-S3 - a dual-core Xtensa with vector extensions suited to AI workloads.

Expect to pay about $32.50 - in line with other ESP32-S3 boards.

Onboard you'll find 8MB (OPI) PSRAM, an AMOLED 1.91" 536x240 display, battery charging (TP4065) via JST 1.25mm and Reset/Boot/IO21 buttons.

It flashes over native USB - no serial-converter driver needed, which isn't a given among ESP32-S3 boards.


The LilyGo T-Display-S3 AMOLED is a cutting-edge development board featuring an ESP32-S3 chip with integrated WiFi and Bluetooth 5 capabilities. It boasts a 1.91-inch AMOLED display with a resolution of 536x240 pixels, driven by an RM67162 controller, offering vibrant visuals for embedded applications.

With support for WiFi 802.11 b/g/n and Bluetooth 5 (LE), it ensures seamless wireless connectivity for IoT projects. The board is equipped with 8MB PSRAM and 16MB Flash memory, providing ample storage and performance.

Designed with multiple GPIOs, PWM, ADC, I2C, and SPI support, it is suitable for various applications, including sensor interfacing, graphical user interfaces, and wireless communication.

Where to buy

prices are typical street prices
LilyGo T-Display-S3 AMOLED
LilyGo T-Display-S3 AMOLED
$32.50per unit, typical
As an Amazon Associate, ESPboards earns from qualifying purchases.

Resources

Similar boards