From a75f837815f11154d4fb35a48e908821e84ca043 Mon Sep 17 00:00:00 2001 From: Samuel Sieb Date: Wed, 17 Feb 2021 11:26:43 -0800 Subject: [PATCH] Add reverse_enable for max7219 (#983) --- components/display/max7219.rst | 2 ++ 1 file changed, 2 insertions(+) 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: