samples: display: Build for st7789v_waveshare_240x240
Update sample.yaml file for ST7789v sample to also build with st7789v_waveshare_240x240 shield. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
a781d1267f
commit
78c6241ee2
1 changed files with 6 additions and 1 deletions
|
@ -2,8 +2,13 @@ sample:
|
||||||
description: Sample application for ST7789V display
|
description: Sample application for ST7789V display
|
||||||
name: st7789v_sample
|
name: st7789v_sample
|
||||||
tests:
|
tests:
|
||||||
sample.display.st7789v:
|
sample.display.st7789v_tl019fqv01:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_whitelist: nrf52_pca10040
|
platform_whitelist: nrf52_pca10040
|
||||||
extra_args: SHIELD=st7789v_tl019fqv01
|
extra_args: SHIELD=st7789v_tl019fqv01
|
||||||
tags: display shield
|
tags: display shield
|
||||||
|
sample.display.st7789v_waveshare_240x240:
|
||||||
|
build_only: true
|
||||||
|
platform_whitelist: nrf52_pca10040
|
||||||
|
extra_args: SHIELD=st7789v_waveshare_240x240
|
||||||
|
tags: display shield
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue