Skip to content

ThingPulse/esp32-ckg-lvgl-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThingPulse Color Kit Grande LVGL Demo

This demo shows how to develop applications for the ThingPulse Color Kit Grande by using the LVGL UI library. By switching the environment in platformio.ini you can also compile and run the code locally. The UI will then be rendered in a window on your local machine.

LVGL Demo on the ThingPulse Color Kit Grande

LVGL Demo running natively on Mac OS X

Changing targets

Change the default target by uncommenting the right environment in platformio.ini

default_envs = emulator_64bits
;default_envs = thingpulse-color-kit-grande

Releases

No releases published