# ESP32-S3-RGB-Panel **Repository Path**: ttmax2/ESP32-S3-RGB-Panel ## Basic Information - **Project Name**: ESP32-S3-RGB-Panel - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: square-screen - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-23 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESP32-S3-RGB-Panel 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. ## Overview 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 ### Hardware ![A00_1_en](https://user-images.githubusercontent.com/10337553/167306077-89350092-68f7-49cc-92f7-0d604405ac6f.png) ![A03_en](https://user-images.githubusercontent.com/10337553/167306096-f9c11c90-ed91-4f0f-b2c4-19f42dc6e1b9.png) ### Software #### Get ESP-IDF ESP32-S3-RGB-Panel runs on ESP-IDF. For details on getting ESP-IDF, please refer to [ESP-IDF Programming Guide](https://idf.espressif.com/). > Please use the latest version of ESP-IDF on the master branch. #### Get ESP32-S3-RGB-Panel Run the following commands in your terminal to download ESP32-S3-RGB-Panel: ```bash 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. ## Run Examples All examples of ESP32-S3-RGB-Panel are stored in [examples](./examples) folder. Flash the program and launch IDF Monitor: ```bash idf.py flash monitor ``` ## Known Issues 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. ## Support if you need any help, please contact: aemails@163.com https://youtu.be/7Ld1lZMRFoQ