EKTF2232 Touchscreen Controller¶
The ektf2232
component allows using the touchscreen controller
found in the Inkplate 6 Plus with ESPHome.
The I²C is required to be set up in your configuration for this sensor to work.
# Example configuration entry
touchscreen:
- platform: ektf2232
interrupt_pin: GPIOXX
rts_pin: GPIOXX
Configuration variables:¶
id (Optional, ID): Manually set the ID of this touchscreen.
rts_pin (Optional, Pin Schema): The reset pin of the controller.
interrupt_pin (Optional, Pin Schema): The touch detection pin.
All other options from Base Touchscreen Configuration.