aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-10-08 20:06:59 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-10-29 12:00:25 -0400
commit7263077db5a04f94bfe51c44984e37c0f05dfc8c (patch)
treebfc6d5ba8aefed5193b0d15d29e8b31fc44b7a2b /docs/G-Codes.md
parent2bb30265b513269f5e749f87a424bf6772f7fc11 (diff)
downloadkutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.tar.gz
kutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.tar.xz
kutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.zip
neopixel: Add support for RGBW LEDs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r--docs/G-Codes.md5
1 files changed, 3 insertions, 2 deletions
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=<config_name> RED=<value> GREEN=<value> BLUE=<value>
- [INDEX=<index>] [TRANSMIT=0]`: This sets the LED output. Each color
- <value> must be between 0.0 and 1.0. If multiple LED chips are
+ WHITE=<value> [INDEX=<index>] [TRANSMIT=0]`: This sets the LED
+ output. Each color <value> 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