This is LVGL ported to ESP32-S3-BOX-3 with using Espressif BSP. This example shows LVGL music demo.
You can purchase ESP32-S3-BOX-3 from MOUSER.
You can find more about performance in BSP repository.
- MCU: ESP32-S3
- RAM: 512 KB internal SRAM, 8/16 MB external PSRAM
- Flash: 2/4/8/16 MB
- Resolution: 320x240
- Display Size: 2.4"
- Interface: SPI (ILI9341)
- Color Depth: 24-bit
- Touch Pad: Capacitive (GT911)
- Onboard audio codec + audio amplifier
- Onboard dual microphone pickup
- Onboard IMU
- USB type-C interface download and debugging
- Connect USB-C (next to the screen) to PC
- Board User Guide
- Prepare environment for compiling ESP-IDF - follow this guide.
- Clone this repository
- Compile and flash
idf.py -p COMx flash monitor
If you find any issues with the development board feel free to open an Issue in this repository. For LVGL related issues (features, bugs, etc) please use the main lvgl repository.
If you found a bug and found a solution too please send a Pull request. If you are new to Pull requests refer to Our Guide to learn the basics.