diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-05 20:57:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-07 11:48:25 -0400 |
commit | 555ac58a3fa98a64c411ad13c13f9be4d4b97bb9 (patch) | |
tree | 8e7e2b1a871a45b07a7896b95fcd8054f58bd5fe /docs/Config_Reference.md | |
parent | f0700c09858b36fa1bf4c82992e5a0a245d4bc29 (diff) | |
download | kutter-555ac58a3fa98a64c411ad13c13f9be4d4b97bb9.tar.gz kutter-555ac58a3fa98a64c411ad13c13f9be4d4b97bb9.tar.xz kutter-555ac58a3fa98a64c411ad13c13f9be4d4b97bb9.zip |
pca9632: Add support for configurable color_order
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 3763aaf8..3786e11b 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2629,6 +2629,9 @@ PCA9632 LED support. The PCA9632 is used on the FlashForge Dreamer. # Alternatively, if the pca9632 is not connected to a hardware I2C # bus, then one may specify the "clock" (scl_pin) and "data" # (sda_pin) pins. The default is to use hardware I2C. +#color_order: RGBW +# Set the pixel order of the LED (using a string containing the +# letters R, G, B, W). The default is RGBW. #initial_RED: 0.0 #initial_GREEN: 0.0 #initial_BLUE: 0.0 |