From 4ab8499c906677766094aa549b8bf710fb2c5c8f Mon Sep 17 00:00:00 2001 From: Jasper Albering Date: Wed, 20 Mar 2024 09:17:55 +0100 Subject: [PATCH] sm2135: add separate_modes option (#3579) --- components/output/sm2135.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/output/sm2135.rst b/components/output/sm2135.rst index 120cef50b..2ff9a1488 100644 --- a/components/output/sm2135.rst +++ b/components/output/sm2135.rst @@ -68,6 +68,9 @@ Configuration variables: - **rgb_current** (*Optional*, current): The current used for the RGB channel. Defaults to ``20mA``. Can be one of ``10mA``, ``15mA``, ``20mA``, ``25mA``, ``30mA``, ``35mA``, ``40mA``, ``45mA``. +- **separate_modes** (*Optional*, bool): Use separate RGB/CW modes instead of writing all 5 values as RGB. + Defaults to ``true``, keep it at ``true`` if your SM2135 chip variant does not support simultaneous CW and RGB modes (e.g. SM2135E). + Set this to ``false`` when your SM2135 chip variant supports having CW and RGB leds on at the same time (e.g. SM2135EH/SM2135EJ). .. _sm2135-output: