Boards / All-in-one boards

Waveshare ESP32-S3-Touch-LCD-2.8

2.8" 240x320 IPS LCD (ST7789T3, SPI), CST328 touch, PCM5101A (I2S DAC, no I2C control) audio, TF card, QMI8658C, PCF85063ATL.

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

Building for it

A project is made for one toolchain, picked when you start it. All three can drive this board:

Toolchain
Arduino (C++)Every board, every widget and every peripheral here. The most control, and the most to set up. Start a project
MicroPythonChange a screen by editing a file on the board. No compiler once it is flashed. Start a project
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)
DisplaySitronix ST7789, 240 x 320 px, SPI (4-wire serial), 16-bit colour
TouchHynitron CST328 (capacitive, I2C)
BacklightGPIO 5, dimmable (PWM)
Memory16 MB flash, 8 MB octal PSRAM (N16R8)
Graphics libraryGFX Library for Arduino

Display pins

ST7789 on SPI (4-wire serial): SPI clock 80 MHz, host SPI3_HOST, RGB colour order, inversion on.

SignalPin
SCK / CLKGPIO 40
MOSI / SDAGPIO 45
MISO / SDOGPIO 46
CSGPIO 42
DC / RSGPIO 41
RESETGPIO 39
BacklightGPIO 5

Touch pins

CST328: I2C address 0x1A, 400 kHz.

SignalPin
SDAGPIO 1
SCLGPIO 3
INT / IRQGPIO 4
RESETGPIO 2

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://files.waveshare.com/wiki/ESP32-S3-Touch-LCD-2.8/ESP32-S3-Touch-LCD-2.8-Demo.zip). Colour order: Arduino writes MADCTL 0x00 (RGB); ESP-IDF builds the panel with LCD_RGB_ENDIAN_BGR and mirror(true,false).

Designing for it in LCD Wizard

The parts

ST7789. Excellent colour and tolerates 80 MHz SPI. Many modules have no CS pin - tie it low and set CS to -1.

CST328. Waveshare ESP32-S3 Touch LCD 2.8"/4" boards.

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