mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 14:54:32 +00:00
Updated lvgl sample.yaml file to build the lvgl sample during sanitycheck for the native_posix board with the dummy display driver and Kscan disabled. Using the dummy display driver and disabling Kscan removes the dependency towards the availability of libdsdl2 on the host system. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
sample:
|
|
description: LVGL sample application
|
|
name: lvgl
|
|
tests:
|
|
sample.gui.lvgl:
|
|
harness: display
|
|
platform_allow: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
|
|
tags: samples display gui
|
|
sample.display.adafruit_2_8_tft_touch_v2:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
|
|
tags: shield
|
|
sample.display.waveshare_epaper_gdeh0213b1:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
|
|
tags: shield
|
|
sample.display.waveshare_epaper_gdeh0213b72:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=waveshare_epaper_gdeh0213b72
|
|
tags: shield
|
|
sample.display.waveshare_epaper_gdeh029a1:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=waveshare_epaper_gdeh029a1
|
|
tags: shield
|
|
sample.display.lvgl.sdl:
|
|
build_only: true
|
|
platform_allow: native_posix_64
|
|
tags: samples display gui
|
|
sample.display.buydisplay_2_8_tft_touch_arduino:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=buydisplay_2_8_tft_touch_arduino
|
|
tags: shield
|
|
sample.display.dummy:
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_DUMMY_DISPLAY=y
|
|
- CONFIG_DUMMY_DISPLAY_DEV_NAME="DISPLAY"
|
|
- CONFIG_KSCAN=n
|
|
- CONFIG_SDL_DISPLAY=n
|
|
tags: samples display gui
|