1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00
This commit is contained in:
J. Nick Koston
2025-10-08 20:28:10 -10:00
parent 44d2efe22e
commit e661d1f10c
6 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ display:
touchscreen:
- platform: axs15231
id: axs15231_touchscreen
display: ssd1306_display
interrupt_pin: 20
reset_pin: 18

View File

@@ -26,6 +26,7 @@ touchscreen:
binary_sensor:
- platform: touchscreen
touchscreen_id: ts_cst816
name: Home Button
use_raw: true
x_min: 0

View File

@@ -10,6 +10,7 @@ display:
touchscreen:
- platform: ektf2232
id: ektf2232_touchscreen
interrupt_pin: ${interrupt_pin}
reset_pin: ${touch_reset_pin}
display: ssd1306_display

View File

@@ -10,6 +10,7 @@ display:
touchscreen:
- platform: ft5x06
id: ft5x06_touchscreen
on_touch:
- logger.log:
format: Touch at (%d, %d)

View File

@@ -10,6 +10,7 @@ display:
touchscreen:
- platform: gt911
id: gt911_touchscreen
display: ssd1306_display
interrupt_pin: ${interrupt_pin}
reset_pin: ${reset_pin}

View File

@@ -10,11 +10,13 @@ display:
touchscreen:
- platform: tt21100
id: tt21100_touchscreen
display: ssd1306_display
interrupt_pin: ${interrupt_pin}
reset_pin: ${reset_pin}
binary_sensor:
- platform: tt21100
id: tt21100_touchscreen
name: Home Button
index: 1