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 bydocs/scripts/generate_examples.pyto 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 theLearn by Examplesbutton. The C files are generated by LVGL Pro.