Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples

You can find two sets of examples here. Both are valid LVGL Pro projects you can open in the Editor.

  • lvgl_pro/: One example per widget, used by the Built-in widgets section of LVGL Pro docs. The C files next to the XMLs are generated by LVGL Pro and processed by docs/scripts/generate_examples.py to make them cleaner when shown on the docs page.
  • lvgl_open/: The full LVGL example collection written in XML. These are the examples you see running live in the LVGL Open docs, next to their C equivalents, and you can open the whole project in viewer.lvgl.io under the Learn by Examples button. The C files are generated by LVGL Pro.