ESP32-S3-RGB-Panel is an image and audio processing development platform based on Espressif chips. It contains development examples that may be applied in practical applications.
MCU: ESP32-S3
Flash: 8MB, Psram: 8MB
Display Interface: RGB565
Screen: 4.0-inch display with 480x480 resolution, capacitive touch panel gt911
Audio Codec: ES8311
All the examples are stored in .../examples folder. Please build it with ESP-IDF 5.0
Open the terminal and go to any folder that stores examples (e.g. lvgl_demo):
cd ...\examples\lvgl_demo
idf.py build
Flash the program and launch IDF Monitor:
idf.py flash monitor
ESP32-S3-RGB-Panel does not have a USB-to-UART bridge, which may cause a problem: If the program flashed onto the board keeps the chip rebooting, you cannot flash more programs onto the board.
In case this issue occurs, you need to:
Hold down BOOT button and press RST button, then release RST button first, and BOOT button next. In this way, the board enters Firmware Download mode and you can start flashing program onto the board. After flashing the program, press RST button to start the program.
if you need any help, please contact: aemails@163.com