[cst816] document skip_probe option (#4312)

This commit is contained in:
Clyde Stubbs 2024-10-09 12:42:01 +11:00 committed by GitHub
parent 1caadbc770
commit 742ce27fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@ Configuration variables:
- **id** (*Optional*, :ref:`config-id`): Manually set the ID of this touchscreen.
- **interrupt_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The touch detection pin.
- **reset_pin** (*Optional*, :ref:`Pin Schema <config-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 <config-touchscreen>`.