Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages