FT63X6 Touchscreen Controller
The ft63x6 component allows using the touchscreen controller found in
Seeed Studio’s WT32-SC01
with ESPHome.
The I²C is required to be set up in your configuration for this sensor to work.
# Example configuration entry
touchscreen:
  - platform: ft63x6
    interrupt_pin: GPIOXXConfiguration variables
- id (Optional, ID): Manually set the ID of this touchscreen. 
- reset_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.