Boards / All-in-one boards

Waveshare ESP32-C5-LCD-2.73

2.73" 320x320 IPS LCD (ILI9488, SPI), TF card, QMI8658, PCF85063.

The Waveshare ESP32-C5-LCD-2.73 board
Photograph: Waveshare (product photo for the ESP32-C5-LCD-2.73) · 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
MicroPythonlvgl_micropython has no build for this chip.
ESPHomeNo compiler to install, and the panel can join Home Assistant as real entities. Start a project

At a glance

PartDetail
MakerWaveshare
MCUESP32-C5
RISC-V @ 240 MHz, dual-band Wi-Fi 6, 384 KB SRAM, quad PSRAM on some modules
DisplayIlitek ILI9488, 320 x 320 px, SPI (4-wire serial), 18-bit colour
TouchNone
BacklightIOExtension pin 16, dimmable (PWM)
Memory32 MB flash, 8 MB quad PSRAM (N32R8)
Graphics libraryGFX Library for Arduino

Display pins

ILI9488 on SPI (4-wire serial): SPI clock 60 MHz, host SPI2_HOST, BGR colour order, inversion on.

SignalPin
SCK / CLKGPIO 6
MOSI / SDAGPIO 7
MISO / SDOGPIO 5
CSGPIO 8
DC / RSGPIO 4
RESETIOExtension pin 0
BacklightIOExtension pin 16

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-C5-LCD-2.73). Docs call the expander CH32V003; the schematic part is CH32V006K8U7 - same Waveshare register protocol at 0x24 either way.

Designing for it in LCD Wizard

The parts

ILI9488. Over SPI this panel only accepts 18-bit (3-byte) pixels, which costs bandwidth.

ESP32-C5. SPI displays. Quad PSRAM on the -R4/-R8 modules takes GPIO15.

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