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.
| SKU | Product |
|---|---|
| 34663 | ESP32-C3-LCD-1.47 |
| 34664 | ESP32-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
| Parameter | Value |
|---|---|
| Interface | USB Type‑C |
| Main Controller | ESP32-C3FH4 |
| Screen Type | ISP |
| Screen Resolution | 172 × 320 |
| Display Chip | ST7798 |
Interface Introduction

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