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: GPIO36
    rts_pin: GPIO16

Configuration variables:

See Also