Files
hassos_config/esphome/templates/touchscreen_ft63x6.yaml
2024-04-10 14:49:07 +02:00

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]