From 742ce27fa2f63f02ca56274d522930d82fdff86e Mon Sep 17 00:00:00 2001 From: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:42:01 +1100 Subject: [PATCH] [cst816] document skip_probe option (#4312) --- components/touchscreen/cst816.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/touchscreen/cst816.rst b/components/touchscreen/cst816.rst index b08d70aa1..27a56e5a1 100644 --- a/components/touchscreen/cst816.rst +++ b/components/touchscreen/cst816.rst @@ -37,6 +37,7 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Manually set the ID of this touchscreen. - **interrupt_pin** (*Optional*, :ref:`Pin Schema `): The touch detection pin. - **reset_pin** (*Optional*, :ref:`Pin Schema `): The chip reset pin. +- **skip_probe** (*Optional*, boolean): Skip reading the chip ID on startup. May be required for some variants (e.g. CST816S) that do not respond to i2c commands except after touches are registered. Defaults to false. - All other options from :ref:`Touchscreen `.