Skip to content

kirkrudolph/esp-lvgl-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LVGL Integration

This was super simple to get integrated with menuconfig and compiling.

Simply run:

git submodule add https://github.com/lvgl/lvgl.git components/lvgl
git submodule add https://github.com/lvgl/lvgl_esp32_drivers.git components/lvgl_esp32_drivers

Because the ESP build system adds all components found in the COMPONENT_DIRS directories by default, no extra cmake include nonsense is necessary.

Note: I had to pin lvgl_esp32_drivers to the develop branch because main wasn't working.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published