Skip to content

Commit

Permalink
[touchscreen] Add a note to the update_interval (esphome#3601)
Browse files Browse the repository at this point in the history
* [touchscreen] Add a note to the update_interval

* Update index.rst

---------

Co-authored-by: H. Árkosi Róbert <[email protected]>
  • Loading branch information
nielsnl68 and nagyrobi authored Feb 10, 2024
1 parent 13988c2 commit 359ce8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/touchscreen/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Configuration variables:
- **mirror_x** (*Optional*, boolean): If true, mirror the x axis.
- **mirror_y** (*Optional*, boolean): If true, mirror the y axis.

- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the touchscreen. Defaults to ``never``.
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the touchscreen. Defaults to ``never``. **NOTE:** You should set this to ``50ms`` when you dont have set the **interupt_pin**.
- **calibration** (*Optional*): When the touchscreen is not given the right configuration settings. You can set them here.

- **x_min** (*Optional*, int): The raw value corresponding to the left
Expand Down

0 comments on commit 359ce8c

Please sign in to comment.