From 8668cd31d1c1964f1ceb1d90b276650450cbd99a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:49:30 +1200 Subject: [PATCH] [ft5x06] Add interrupt pin (#3902) --- components/touchscreen/ft5x06.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/touchscreen/ft5x06.rst b/components/touchscreen/ft5x06.rst index 0e784cbe73..cb7ca8beb1 100644 --- a/components/touchscreen/ft5x06.rst +++ b/components/touchscreen/ft5x06.rst @@ -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 `): 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 `.