diff --git a/components/display/st7735.rst b/components/display/st7735.rst index b82c6b1bd..39897a3ab 100644 --- a/components/display/st7735.rst +++ b/components/display/st7735.rst @@ -52,6 +52,7 @@ Configuration variables: - **col_start** (**Required**, int): The starting column offset. Default value depends on **model**. - **row_start** (**Required**, int): The starting row offset. Default value depends on **model**. - **use_bgr** (*Optional*, "true/false"): Use BGR mode. Default is false. +- **invert_colors** (*Optional*, "true/false"): Invert LCD colors. Default is false. - **eight_bit_color** (*Optional*, "true/false" ): 8bit mode. Default is false. This saves 50% of the buffer required for the display. - **reset_pin** (*Optional*, :ref:`Pin Schema `): The RESET pin.