diff --git a/components/display/max7219.rst b/components/display/max7219.rst index cff49d444..b215fdbc8 100644 --- a/components/display/max7219.rst +++ b/components/display/max7219.rst @@ -53,6 +53,8 @@ Configuration variables: - **spi_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`SPI Component ` 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: