Boards / All-in-one boards

Waveshare ESP32-C6-LCD-0.85

0.85" 128x128 IPS LCD (ST7735, SPI), ES8311 audio, TF card.

The Waveshare ESP32-C6-LCD-0.85 board
Photograph: Waveshare (product photo for the ESP32-C6-LCD-0.85) · 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-C6
RISC-V @ 160 MHz, 512 KB SRAM (no PSRAM)
DisplaySitronix ST7735, 128 x 128 px, SPI (4-wire serial), 16-bit colour
TouchNone
BacklightGPIO 6, dimmable (PWM)
Memory8 MB flash, no PSRAM (N8)
Graphics libraryGFX Library for Arduino

Display pins

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

SignalPin
SCK / CLKGPIO 1
MOSI / SDAGPIO 2
CSGPIO 5
DC / RSGPIO 3
RESETGPIO 4
BacklightGPIO 6

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-C6-LCD-0.85). bsp_display.h defines EXAMPLE_PIN_MOSI=1 / SCLK=2 (swapped), but those macros are unused - the bus is initialised from bsp_spi.h (SCLK=1, MOSI=2), and the schematic table (GPIO1=LCD_CLK, GPIO2=LCD_DIN), the Arduino demos and xiaozhi all agree on SCK=1/MOSI=2.

Designing for it in LCD Wizard

The parts

ST7735. Small 0.96"-1.8" panels. Check the tab colour - it selects the offset preset.

ESP32-C6. No PSRAM. SPI displays only in practice.

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