2023-09-21 16:12:15 +08:00
|
|
|
sample:
|
|
|
|
description: LVGL sample, containing all upstream demos
|
|
|
|
name: LVGL demos
|
|
|
|
common:
|
|
|
|
modules:
|
|
|
|
- lvgl
|
|
|
|
harness: none
|
|
|
|
filter: dt_chosen_enabled("zephyr,display")
|
2024-01-26 22:56:26 +08:00
|
|
|
tags:
|
|
|
|
- samples
|
|
|
|
- display
|
|
|
|
- lvgl
|
|
|
|
- gui
|
2023-09-21 16:12:15 +08:00
|
|
|
tests:
|
|
|
|
sample.modules.lvgl.demo_music:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LV_Z_DEMO_MUSIC=y
|
|
|
|
sample.modules.lvgl.demo_benchmark:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LV_Z_DEMO_BENCHMARK=y
|
|
|
|
sample.modules.lvgl.demo_stress:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LV_Z_DEMO_STRESS=y
|
2024-02-01 15:59:35 +08:00
|
|
|
sample.modules.lvgl.demo_widgets:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LV_Z_DEMO_WIDGETS=y
|
2024-01-26 22:56:26 +08:00
|
|
|
sample.modules.lvgl.demos.st_b_lcd40_dsi1_mb1166:
|
|
|
|
platform_allow: stm32h747i_disco_m7
|
|
|
|
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LV_Z_DEMO_BENCHMARK=y
|
|
|
|
modules:
|
|
|
|
- lvgl
|
|
|
|
tags:
|
|
|
|
- samples
|
|
|
|
- display
|
|
|
|
- shield
|
|
|
|
- lvgl
|
|
|
|
- gui
|