1sample: 2 description: LVGL sample, containing all upstream demos 3 name: LVGL demos 4common: 5 modules: 6 - lvgl 7 harness: none 8 filter: dt_chosen_enabled("zephyr,display") 9 tags: samples lvgl display gui 10tests: 11 sample.modules.lvgl.demo_music: 12 extra_configs: 13 - CONFIG_LV_Z_DEMO_MUSIC=y 14 sample.modules.lvgl.demo_benchmark: 15 extra_configs: 16 - CONFIG_LV_Z_DEMO_BENCHMARK=y 17 sample.modules.lvgl.demo_stress: 18 extra_configs: 19 - CONFIG_LV_Z_DEMO_STRESS=y 20