Support RGBW on PCA9632 (#20455)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Jan Krajdl
2020-12-22 15:27:14 +01:00
committed by GitHub
parent c559fc8227
commit de9c0eda36
2 changed files with 31 additions and 17 deletions

View File

@@ -34,7 +34,7 @@
#endif
// A white component can be passed
#if EITHER(RGBW_LED, NEOPIXEL_LED)
#if ANY(RGBW_LED, NEOPIXEL_LED, PCA9632_RGBW)
#define HAS_WHITE_LED 1
#endif