AXS15231 Touch Screen Controller

The axs15231 touchscreen platform allows using the touch screen controllers based on the AXS15231 chip with ESPHome. An I²C bus is required to be set up in your configuration for this touchscreen to work.

Base Touchscreen Configuration

# Example configuration entry
touchscreen:
  platform: axs15231
  id: my_touchscreen

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 reset pin.

  • All other options from Touchscreen.

See Also