Skip to content

halyssonJr/lvgl-demo-esp32s3

Repository files navigation

Stream Deck UI Demo

This project is a simple design with the LVGL Editor (using the new XML support in LVGL v9.4)

Components

Scripts

  • In the scripts folder, there are 4 bash files to automate the steps for creating and flashing a SPIFFS image. If you are considering not using the internal memory, you can run each one.

    Convert png file to bin

    ./image-convert.sh ../example/images RGB565
    

    Convert ttf file to bin

    ./font-convert.sh ../example/fonts font_list.csv
    

    Create SPPIFFS image:

    ./create-resource.sh ../main/examples/images RGB565 ../main/examples/fonts font_list.csv 1048576
    

    Flash SPPIFS image:

    ./flash-partition.sh /dev/ttyACM0 0x210000
    

Hardware

IDF (5.0 >)

  • GT911 (Touch)
  • LVGL

Quick Start

  • Download LVGL Editor (V3.0.0)
  • Open the folder main/examples using LVGL Editor
  • Have fun.

Screenshots

image

demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published