zephyr/samples/subsys/input/draw_touch_events/sample.yaml
Dominik Lau 8941a2100c samples: drivers: added a simple touch controller sample
The sample is supposed to help examine the issues with touchscreen.
It draws a plus in last touched position.

Signed-off-by: Dominik Lau <dlau@internships.antmicro.com>
Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2024-10-09 18:11:21 +01:00

17 lines
336 B
YAML

sample:
description: Sample application for touch controllers
name: touch_sample
tests:
sample.touch.native:
build_only: true
platform_allow: native_sim/native/64
tags:
- touch
sample.touch.ft5336:
platform_allow:
- stm32f429i_disc1
- stm32f746g_disco
tags:
- touch
harness: none