Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.1 KB

README.md

File metadata and controls

59 lines (40 loc) · 2.1 KB

LVGL ported to ESP32-S3-BOX-3

Overview

This is LVGL ported to ESP32-S3-BOX-3 with using Espressif BSP. This example shows LVGL music demo.

Buy

You can purchase ESP32-S3-BOX-3 from MOUSER.

Benchmark

You can find more about performance in BSP repository.

Specification

CPU and Memory

  • MCU: ESP32-S3
  • RAM: 512 KB internal SRAM, 8/16 MB external PSRAM
  • Flash: 2/4/8/16 MB

Display and Touch

  • Resolution: 320x240
  • Display Size: 2.4"
  • Interface: SPI (ILI9341)
  • Color Depth: 24-bit
  • Touch Pad: Capacitive (GT911)

Connectivity

  • Onboard audio codec + audio amplifier
  • Onboard dual microphone pickup
  • Onboard IMU
  • USB type-C interface download and debugging

Getting started

Hardware setup

Software setup

  • Prepare environment for compiling ESP-IDF - follow this guide.

Run the project

  • Clone this repository
  • Compile and flash
idf.py -p COMx flash monitor

Contribution and Support

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.