Skip to content

Commit

Permalink
[ft5x06] Add interrupt pin (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jun 18, 2024
1 parent cf32a0e commit 8668cd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/touchscreen/ft5x06.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ Configuration variables:
************************

- **id** (*Optional*, :ref:`config-id`): Manually set the ID of this touchscreen.
- **rotation** (*Optional*): Set the rotation of the touchscreen. By default this will be set to match the display associated with the touchscreen, but this allows more control. Choices are ``0``, ``90``, ``180`` and ``270``.
- **rotation** (*Optional*): Set the rotation of the touchscreen. By default this will be set to match
the display associated with the touchscreen, but this allows more control. Choices are ``0``, ``90``, ``180`` and ``270``.
- **interrupt_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The GPIO pin to use as the interrupt pin.
This pin is used to detect when the touchscreen has new data available.
If not set, the touchscreen will be polled instead of using interrupts.

- All other options from :ref:`Touchscreen <config-touchscreen>`.

Expand Down

0 comments on commit 8668cd3

Please sign in to comment.