ESP32 Round Display Configuration Template
📌 Overview
A production-ready foundation for circular touchscreen development using ESP32-C3 and LVGL graphics library. This template works with preassembled "Cheap Yellow Display" units containing:
- 1.28" 240x240 circular LCD
- Integrated touch controller
- Battery management system
- Protective enclosure
🌟 Key Features
Category | Details |
---|---|
Hardware Ready | Pre-configured pin mappings for 2424S012 module |
Display | Complete LVGL initialization with circular screen support |
Development | PlatformIO project structure with ESP-IDF components |
🛠 Technical Highlights
- Framework: PlatformIO Core + ESP-IDF 4.4
- Core Functionality:
- Complete display initialization sequence
- LVGL base configuration with touch input handling
- Battery monitoring integration
- Storage: Basic NVS configuration for persistent settings
- Power Management: Deep sleep wakeup via touch interrupt
🚀 Getting Started
git clone https://github.com/netraular/ESP32-2424S012-lvgl-config
platformio run --target upload