mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Added documentation for st7735 invert_colors (#1479)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
33040afbb1
commit
1f05c9e4e0
@ -52,6 +52,7 @@ Configuration variables:
|
|||||||
- **col_start** (**Required**, int): The starting column offset. Default value depends on **model**.
|
- **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**.
|
- **row_start** (**Required**, int): The starting row offset. Default value depends on **model**.
|
||||||
- **use_bgr** (*Optional*, "true/false"): Use BGR mode. Default is false.
|
- **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.
|
- **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 <config-pin_schema>`): The RESET pin.
|
- **reset_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The RESET pin.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user