From 5f0885958d42a282e04b0c1ba1c4d4ec55393455 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 18 Apr 2022 09:34:31 -0400 Subject: neopixel: Support chains with a mix of color_order Signed-off-by: Kevin O'Connor --- docs/Config_Reference.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index f0332bc6..7a6f9758 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2629,8 +2629,9 @@ pin: # Neopixel is connected to the pin). #color_order: GRB # Set the pixel order required by the LED hardware (using a string -# containing the letters R, G, B, W with W optional). The default is -# GRB. +# containing the letters R, G, B, W with W optional). Alternatively, +# this may be a comma separated list of pixel orders - one for each +# LED in the chain. The default is GRB. #initial_RED: 0.0 #initial_GREEN: 0.0 #initial_BLUE: 0.0 -- cgit v1.2.3-70-g09d2