12 lines
240 B
YAML
Executable File
12 lines
240 B
YAML
Executable File
touchscreen:
|
|
- platform: ft63x6
|
|
id: ${id_prefix}_touch
|
|
i2c_id: bus_a
|
|
transform:
|
|
mirror_y: true
|
|
swap_xy: true
|
|
on_touch:
|
|
- logger.log:
|
|
format: Touch at (%d, %d)
|
|
args: [touch.x, touch.y]
|