Adds missing update_interval config variable

This commit is contained in:
Gonzalo Paniagua Javier 2021-12-29 00:50:13 -05:00 committed by GitHub
parent 8cf5696338
commit 938a7cfa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ Configuration variables:
- **invert_colors** (*Optional*, boolean): Invert LCD colors. Default is false.
- **eight_bit_color** (*Optional*, boolean): 8bit mode. Default is false. This saves 50% of the buffer required for the display.
- **reset_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The RESET pin.
- **update_interval** (*Optional*, :ref:`config-time`): time between display updates.
Memory notes:
*************