mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Add reverse_enable for max7219 (#983)
This commit is contained in:
parent
340cb53353
commit
a75f837815
@ -53,6 +53,8 @@ Configuration variables:
|
||||
- **spi_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`SPI Component <spi>` if you want
|
||||
to use multiple SPI buses.
|
||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
||||
- **reverse_enable** (*Optional*, boolean): For some displays the order of the chips is reversed so you'll see "56781234" instead of "12345678". This option will adjust the output to compensate. Defaults to ``False``.
|
||||
|
||||
|
||||
.. _display-max7219_lambda:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user