ICNT86 Touch Screen Controller
The icnt86 touchscreen platform allows using the touch screen controllers based on the ICNT86 chip with ESPHome.
An I²C bus is required to be set up in your configuration for this touchscreen to work.
This controller is used in the Waveshare Touch HAT for E-Paper 2.90in v2.
Base Touchscreen Configuration
Section titled “Base Touchscreen Configuration”touchscreen: - platform: icnt86 id: my_touch interrupt_pin: GPIOXX reset_pin: GPIOXXConfiguration variables
Section titled “Configuration variables”- id (Optional, ID): Manually set the ID of this touchscreen.
- interrupt_pin (Optional, Pin Schema): The touch detection pin.
- reset_pin (Optional, Pin Schema): The chip reset pin.
- address (Optional, int): The I²C address of the touchscreen controller. Defaults to
0x48. - All other options from Touchscreen.