Boards / All-in-one boards

Waveshare ESP32-S3-Touch-LCD-3.49

3.49" 172x640 IPS LCD (AXS15231B, QSPI), AXS15231B (integrated touch) touch, ES8311 audio, TF card, QMI8658, PCF85063.

The Waveshare ESP32-S3-Touch-LCD-3.49 board
Photograph: Waveshare (product photo for the ESP32-S3-Touch-LCD-3.49) · vendor product photo, no licence stated

Building for it

A project is made for one toolchain, picked when you start it. For this board you can use 2 of them:

Toolchain
Arduino (C++)Every board, every widget and every peripheral here. The most control, and the most to set up. Start a project
MicroPythonThe MicroPython export drives SPI panels only.
ESPHomeNo compiler to install, and the panel can join Home Assistant as real entities. Start a project

At a glance

PartDetail
MakerWaveshare
MCUESP32-S3
Xtensa LX7 dual-core @ 240 MHz, 512 KB SRAM (+ 2-16 MB PSRAM on most modules)
DisplayAstra AXS15231B, 172 x 640 px, QSPI (quad SPI), 16-bit colour
TouchAstra AXS15231B (touch half) (capacitive, I2C)
BacklightGPIO 42, dimmable (PWM)
Memory16 MB flash, 8 MB octal PSRAM (N16R8)
Graphics libraryGFX Library for Arduino

Display pins

AXS15231B on QSPI (quad SPI): QSPI clock 40 MHz, host SPI3_HOST, RGB colour order, inversion off.

SignalPin
SCKGPIO 10
D0 - D3GPIO 11, 12, 13, 14
CSGPIO 9
RESETTCA9554PWR pin 5
BacklightGPIO 42 (active low)

Touch pins

AXS15231B (touch half): I2C address 0x3B, 400 kHz.

SignalPin
SDAGPIO 17
SCLGPIO 18
INT / IRQTCA9554PWR pin 0
RESETnot connected

Also on the board

The preset adds these to the Hardware tab with the board, so a sensor can go straight onto the connector.

Check your revision. Pins from Waveshare's demo code and schematic (https://github.com/waveshareteam/ESP32-S3-Touch-LCD-3.49-V2). Two hardware revisions with different pins; recorded V2 (Rev1.1 silkscreen), which is all that ships since 2026-06-08.

Designing for it in LCD Wizard

The parts

AXS15231B. Combined display + capacitive touch controller. Touch shares the same part. Drawn a whole frame at a time, so it needs PSRAM.

AXS15231B (touch half). The same silicon as the AXS15231B display controller; touch is read over I2C.

ESP32-S3. The only common Arduino target with a hardware RGB565 LCD peripheral. PSRAM is effectively required for RGB panels.

GFX Library for Arduino. Moshi Liu's library. Best QSPI/AMOLED and RGB coverage. Configured in code.

The pinout on one page

Every pin above, laid out to print and keep beside the bench. Generated from this preset, so it says exactly what the designer writes into lcd_pins.h.

Download the pinout (PNG)Open it as SVG

From the people who made it

The board’s own documentation. Pinouts on vendor pages do sometimes disagree with the hardware in front of you - where this page and that one differ, trust your board and tell us.

Designs for this board

Nobody has published a design for this board yet. Publish yours from the designer and it appears here and in the gallery.

Next