Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/components/touchscreen/ektf2232.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ The [I²C](#i2c) is required to be set up in your configuration for this sensor
touchscreen:
- platform: ektf2232
interrupt_pin: GPIOXX
rts_pin: GPIOXX
reset_pin: GPIOXX
```

## Configuration variables

- **id** (*Optional*, [ID](#config-id)): Manually set the ID of this touchscreen.
- **rts_pin** (*Optional*, [Pin Schema](#config-pin_schema)): The reset pin of the controller.
- **reset_pin** (*Optional*, [Pin Schema](#config-pin_schema)): The reset pin of the controller.
- **interrupt_pin** (*Optional*, [Pin Schema](#config-pin_schema)): The touch detection pin.

- All other options from [Base Touchscreen Configuration](#config-touchscreen).
Expand Down