Skip to main content

ESP32-C3-LCD-1.47

ESP32-C3-LCD-1.47

This product uses the ESP32-C3FH4 main controller chip, supports 2.4GHz Wi-Fi and BLE 5 Bluetooth functions, and features large-capacity built-in Flash. It is equipped with a 1.47inch high-definition IPS display that can smoothly run GUI programs such as LVGL.

SKUProduct
34663ESP32-C3-LCD-1.47
34664ESP32-C3-LCD-1.47-M

Features

  • Equipped with the ESP32-C3FH4 controller chip, featuring a RISC-V 32-bit single-core low-power SoC, running at up to 160 MHz
  • Supports 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth BLE 5 wireless communication
  • Built-in 400KB SRAM and 384KB ROM, with stacked 4MB Flash
  • Onboard ceramic antenna for easy integration into custom baseboards or embedded devices
  • Integrated full-speed USB serial controller for convenient program download and debugging
  • 15 GPIOs brought out for flexible peripheral expansion
  • Rich peripherals resources including 3 × SPI, 1 × I2C, 2 × UART, 1 × I2S, 2 × ADC, etc.

Specifications

ParameterValue
InterfaceUSB Type-C
Main ControllerESP32-C3FH4
Screen TypeISP
Screen Resolution172 × 320
Display ChipST7798

Interface Introduction

ESP32-C3-LCD-1.47 Interface Description

Dimensions

ESP32-C3-LCD-1.47 Product Dimensions

Development Methods

The ESP32-C3-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 preferences.

Arduino generally offers a gentler learning curve and may be more approachable for beginners and hobbyists. ESP-IDF provides advanced tooling and finer control over system behavior, making it better suited to complex projects and applications with demanding performance requirements.

  • 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.