2019-11-11 14:58:18 +01:00
|
|
|
sample:
|
|
|
|
description: Sample application for displays
|
|
|
|
name: display_sample
|
|
|
|
tests:
|
|
|
|
sample.display.shield.adafruit_2_8_tft_touch_v2:
|
2021-05-16 18:42:59 -05:00
|
|
|
depends_on: arduino_gpio arduino_i2c arduino_spi
|
|
|
|
platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832
|
2019-11-11 14:58:18 +01:00
|
|
|
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
|
|
|
|
tags: display shield
|
2020-09-16 17:54:57 -04:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
2019-11-11 14:58:18 +01:00
|
|
|
sample.display.shield.ssd1306_128x32:
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: nrf52840dk_nrf52840
|
2019-11-11 14:58:18 +01:00
|
|
|
extra_args: SHIELD=ssd1306_128x32
|
|
|
|
tags: display shield
|
2020-09-16 17:54:57 -04:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
2019-11-11 14:58:18 +01:00
|
|
|
sample.display.shield.ssd1306_128x64:
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: nrf52840dk_nrf52840
|
2019-11-11 14:58:18 +01:00
|
|
|
extra_args: SHIELD=ssd1306_128x64
|
|
|
|
tags: display shield
|
2020-09-16 17:54:57 -04:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
2019-11-11 14:58:18 +01:00
|
|
|
sample.display.shield.waveshare_epaper_gdeh0213b1:
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: nrf52840dk_nrf52840
|
2019-11-11 14:58:18 +01:00
|
|
|
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
|
2020-09-16 17:54:57 -04:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
2019-11-11 14:58:18 +01:00
|
|
|
sample.display.st7789v_tl019fqv01:
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: nrf52dk_nrf52832
|
2019-11-11 14:58:18 +01:00
|
|
|
extra_args: SHIELD=st7789v_tl019fqv01
|
|
|
|
tags: display shield
|
2020-09-16 17:54:57 -04:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
2019-11-11 14:58:18 +01:00
|
|
|
sample.display.st7789v_waveshare_240x240:
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: nrf52dk_nrf52832
|
2019-11-11 14:58:18 +01:00
|
|
|
extra_args: SHIELD=st7789v_waveshare_240x240
|
|
|
|
tags: display shield
|
2020-09-16 17:54:57 -04:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
2019-11-11 14:58:18 +01:00
|
|
|
sample.display.mcux_elcdif:
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: mimxrt1050_evk
|
2019-11-11 14:58:18 +01:00
|
|
|
tags: display
|
2020-09-16 17:54:57 -04:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
fixture: fixture_display
|
2019-11-11 14:58:18 +01:00
|
|
|
sample.display.sdl:
|
|
|
|
build_only: true
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: native_posix_64
|
2019-11-11 14:58:18 +01:00
|
|
|
tags: display
|
|
|
|
sample.display.dummy:
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: native_posix
|
2021-11-29 21:19:54 +01:00
|
|
|
extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay"
|
2019-11-11 14:58:18 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_DUMMY_DISPLAY=y
|
|
|
|
- CONFIG_SDL_DISPLAY=n
|
|
|
|
- CONFIG_TEST=y
|
|
|
|
tags: display
|