ESP32-C5-LCD-1.47
When soldering pin headers, you do not need to remove the screen. Simply tilt the soldering iron and solder directly.
Overview
The ESP32-C5-LCD-1.47 is a microcontroller development board that supports 2.4 GHz / 5 GHz Wi-Fi 6, Bluetooth 5 (LE), and IEEE 802.15.4. It features an onboard 1.47inch LCD, TF card slot, RGB LED, and common peripheral interfaces, making it suitable for ESP32-C5 HMI, wireless communication, and embedded display applications.
| SKU | Product |
|---|---|
| 34961 | ESP32-C5-LCD-1.47 |
| 34960 | ESP32-C5-LCD-1.47-M |
Features
- Equipped with ESP32-C5FH4, RISC-V 32-bit processor running at up to 240 MHz, with a low-power processor running at up to 48 MHz
- Supports 2.4 GHz / 5 GHz Wi-Fi 6, Bluetooth 5 (LE), Zigbee 3.0 and Thread 1.4
- Onboard 320 KB ROM, 384 KB HP SRAM, 16 KB LP SRAM, and 4 MB Flash
- Onboard 1.47inch LCD screen, 172 × 320 resolution, 262K colors
- Onboard USB-C port supporting native ESP32-C5 USB download, debugging, and serial communication, depending on firmware configuration
- Onboard TF card slot for external TF card storage of images or files
- Onboard WS2812 RGB LED
- Adapting multiple GPIO pins via an 18PIN header
Onboard Resources

- ESP32-C5FH4
- MP1605GTF Step-down DC-DC converter, 1A output (Max.)
- TF card slot
- BOOT button
- RESET button
- USB Type-C
- Onboard ceramic antenna
- WS2812 RGB LED
Interface Overview

-
LCD
LCD Pin ESP32-C5 LCD_CLK GPIO7 LCD_DIN GPIO6 LCD_CS GPIO23 LCD_DC GPIO24 LCD_RST GPIO26 LCD_BL GPIO10 -
RGB LED
RGB LED ESP32-C5 WS2812 GPIO8 -
TF Card
TF Card ESP32-C5 MISO GPIO5 MOSI GPIO6 CLK GPIO7 CS GPIO4 -
UART0
UART0 ESP32-C5 TX GPIO11 RX GPIO12 -
USB
USB ESP32-C5 D+ GPIO14 D- GPIO13
Product Dimensions

Product Specifications
| Parameter | Value |
|---|---|
| Interface | USB Type-C |
| Main Chip | ESP32-C5FH4 |
| Flash | 4 MB |
| Screen Type | TFT |
| Screen Size | 1.47 inches |
| Screen Resolution | 172 × 320 |
| Screen Interface | SPI |
| Screen Controller | ST7789 |
| Touch | None |
| Onboard Devices | TF, WS2812 RGB LED |
| Broken-out Interface | 18PIN header |
Development Approaches
The ESP32-C5-LCD-1.47 supports two development frameworks: Arduino IDE and ESP-IDF. Arduino IDE is suitable for prototyping and running examples; ESP-IDF provides Espressif's official toolchain, components, and configuration system, making it suitable for application development that requires fine-grained configuration.
- Arduino IDE: Refer to Arduino Development to set up the development environment and run the example programs.
- ESP-IDF: Refer to ESP-IDF Development to set up the development environment and run the example programs.