Skip to main content

ESP32-C6-LCD-1.47

warning

Please note: Do not remove the screen when soldering the pin headers; solder directly with the soldering iron at an angle!!!!

Product Overview

The ESP32-C6-LCD-1.47 is a microcontroller development board that supports 2.4GHz Wi-Fi 6 and BLE 5. It integrates 4MB Flash and has onboard 1.47inch LCD screen, can smoothly run GUI programs such as LVGL. Combined with various peripheral interfaces, it is suitable for the quick development of the HMI and other ESP32-C6 applications.

SKUProduct
28563ESP32-C6-LCD-1.47
30381ESP32-C6-LCD-1.47-M

Features

  • Equipped with a high‑performance RISC‑V 32‑bit processor and a low‑power RISC‑V 32‑bit processor; the high‑performance processor clock is up to 160 MHz and the low‑power processor clock is up to 20 MHz
  • Supports 2.4 GHz Wi-Fi 6 (802.11 ax/b/g/n) and Bluetooth 5 (BLE), with onboard antenna
  • Onboard 320KB ROM, 512KB HP SRAM, 4MB LP SRAM, and 16MB flash
  • Onboard 1.47inch LCD screen, 172 × 320 resolution, 262K colors
  • Adapting most GPIOs, integrates full-speed USB serial port
  • Onboard TF card slot for external TF card storage of images or files
  • Supports flexible clock control and various power modes for low-power scenarios
  • Onboard RGB color light beads, which together with transparent acrylic interlayer for cool lighting effects

Onboard Resources

ESP32-C6-LCD-1.47-3.webp

  1. ESP32-C6FH4
  2. ME6217C33M5G Low dropout LDO, current (Max) 800mA
  3. TF card slot
  4. Onboard ceramic antenna
  5. BOOT button
  6. RESET Button

Interface Introduction

ESP32-C6-LCD-1.47-4.webp

  • LCD

    LCD PinESP32C6
    MOSIGPIO6
    SCLKGPIO7
    LCD_CSGPIO14
    LCD_DCGPIO15
    LCD_RSTGPIO21
    LCD_BLGPIO22
  • RGB LED beads

    RGB LEDESP32C6
    RGB_ControlGPIO8
  • TF Card

    TF CardESP32C6
    MISOGPIO5
    MOSIGPIO6
    SCLKGPIO7
    CSGPIO4
    SD_D1NC
    SD_D2NC

Dimensions

ESP32-C6-LCD-1.47-5.webp

Specifications

ParameterValue
InterfaceUSB Type‑C
Main ControllerESP32-C6
Screen TypeTFT
Screen ControllerDisplay: ST7789
Onboard DeviceMicro SD

Development Methods

The ESP32-C6-LCD-1.47 supports two development frameworks: Arduino IDE and ESP-IDF, offering flexibility for developers. You can choose the appropriate development tool based on project requirements and personal preference.

Both development methods have their own advantages. Developers can choose based on their needs and skill levels. Arduino is simple to learn and quick to start, suitable for beginners and non-professionals. ESP-IDF provides more advanced development tools and stronger control capabilities, suitable for developers with professional backgrounds or higher performance requirements, and is more appropriate for complex project development.

  • Arduino IDE is a convenient, flexible, and easy-to-use open-source electronics prototyping platform. It requires minimal foundational knowledge, allowing for rapid development after a short learning period. Arduino has a huge global user community, providing a vast amount of open-source code, project examples, and tutorials, as well as a rich library ecosystem that encapsulates complex functions, enabling developers to implement various features rapidly. You can refer to the Working with Arduino to complete the initial setup, and the tutorial also provides related example programs for reference.

  • ESP-IDF, short for Espressif IoT Development Framework, is a professional development framework launched by Espressif Systems for its ESP series of chips. It is based on C language development and includes compilers, debuggers, flashing tools, etc. It supports development via command line or integrated development environments (such as Visual Studio Code with the Espressif IDF plugin), which provides features like code navigation, project management, and debugging. We recommend using VS Code for development. For the specific configuration process, please refer to the Working with ESP-IDF. The tutorial also provides relevant example programs for reference.