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>
17 lines
336 B
YAML
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
|