mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
7c1aa771aa
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
10 lines
172 B
YAML
10 lines
172 B
YAML
touchscreen:
|
|
- platform: ft63x6
|
|
id: tft_touch
|
|
display: tft_display
|
|
update_interval: 50ms
|
|
threshold: 1
|
|
calibration:
|
|
x_max: 240
|
|
y_max: 320
|
|
|