Skip to main content

ESP32-C5-LCD-1.47

ESP32-C5-LCD-1.47

Note

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.

SKUProduct
34961ESP32-C5-LCD-1.47
34960ESP32-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-C5-LCD-1.47 Onboard Resources

  1. ESP32-C5FH4
  2. MP1605GTF Step-down DC-DC converter, 1A output (Max.)
  3. TF card slot
  4. BOOT button
  5. RESET button
  6. USB Type-C
  7. Onboard ceramic antenna
  8. WS2812 RGB LED

Interface Overview

ESP32-C5-LCD-1.47 Interface Overview

  • LCD

    LCD PinESP32-C5
    LCD_CLKGPIO7
    LCD_DINGPIO6
    LCD_CSGPIO23
    LCD_DCGPIO24
    LCD_RSTGPIO26
    LCD_BLGPIO10
  • RGB LED

    RGB LEDESP32-C5
    WS2812GPIO8
  • TF Card

    TF CardESP32-C5
    MISOGPIO5
    MOSIGPIO6
    CLKGPIO7
    CSGPIO4
  • UART0

    UART0ESP32-C5
    TXGPIO11
    RXGPIO12
  • USB

    USBESP32-C5
    D+GPIO14
    D-GPIO13

Product Dimensions

ESP32-C5-LCD-1.47 Product Dimensions

Product Specifications

ParameterValue
InterfaceUSB Type-C
Main ChipESP32-C5FH4
Flash4 MB
Screen TypeTFT
Screen Size1.47 inches
Screen Resolution172 × 320
Screen InterfaceSPI
Screen ControllerST7789
TouchNone
Onboard DevicesTF, WS2812 RGB LED
Broken-out Interface18PIN 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.