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
ESP32-S3-RGB-Panel runs on ESP-IDF. For details on getting ESP-IDF, please refer to ESP-IDF Programming Guide.
Please use the latest version of ESP-IDF on the master branch.
Run the following commands in your terminal to download ESP32-S3-RGB-Panel:
git clone --recursive https://github.com/W00ng/ESP32-S3-RGB-Panel.git
Remember to use
git submodule update --recursive --init
to pull and update submodules of ESP32-S3-RGB-Panel.
All examples of ESP32-S3-RGB-Panel are stored in examples folder.
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