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_Changes.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_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 587c06b0..4e708022 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,10 @@ All dates in this document are approximate. ## Changes +20220407: The default color order for pca9632 LEDs is now "RGBW". Add +an explicit `color_order: RBGW` setting to the pca9632 config section +to obtain the previous behavior. + 20220330: The format of the `printer.neopixel.color_data` status information for neopixel and dotstar modules has changed. The information is now stored as a list of color lists (instead of a list |