From 163d6269ea2931861fd31fc494fe12b6604b914f Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Wed, 29 Dec 2021 01:04:22 -0500 Subject: [PATCH] Update st7735.rst --- components/display/st7735.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/st7735.rst b/components/display/st7735.rst index d42a9550d..f29b34161 100644 --- a/components/display/st7735.rst +++ b/components/display/st7735.rst @@ -63,7 +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 `): The RESET pin. -- **update_interval** (*Optional*, :ref:`config-time`): time between display updates. +- **update_interval** (*Optional*, :ref:`config-time`): time between display updates. Default is 1s. Memory notes: *************