From 7263077db5a04f94bfe51c44984e37c0f05dfc8c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 8 Oct 2020 20:06:59 -0400 Subject: neopixel: Add support for RGBW LEDs Signed-off-by: Kevin O'Connor --- docs/Config_Changes.md | 4 ++++ docs/G-Codes.md | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index ba13ffc0..9153f64a 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,10 @@ All dates in this document are approximate. # Changes +20201029: The neopixel `color_order_GRB` config option has been +removed. If necessary, update the config to set the new `color_order` +option to RGB, GRB, RGBW, or GRBW. + 20201029: The serial option in the mcu config section no longer defaults to /dev/ttyS0. In the rare situation where /dev/ttyS0 is the desired serial port, it must be specified explicitly. diff --git a/docs/G-Codes.md b/docs/G-Codes.md index b2a35b52..43a3ae85 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -259,8 +259,9 @@ is enabled: The following command is available when "neopixel" or "dotstar" config sections are enabled: - `SET_LED LED= RED= GREEN= BLUE= - [INDEX=] [TRANSMIT=0]`: This sets the LED output. Each color - must be between 0.0 and 1.0. If multiple LED chips are + WHITE= [INDEX=] [TRANSMIT=0]`: This sets the LED + output. Each color must be between 0.0 and 1.0. The WHITE + option is only valid on RGBW LEDs. If multiple LED chips are daisy-chained then one may specify INDEX to alter the color of just the given chip (1 for the first chip, 2 for the second, etc.). If INDEX is not provided then all LEDs in the daisy-chain will be set -- cgit v1.2.3-70-g09d2