Rename RGBW
define to WS2812_RGBW
(#23585)
This commit is contained in:
parent
8f8fffc174
commit
0ff53b2498
24 changed files with 68 additions and 44 deletions
|
@ -109,7 +109,7 @@ RGB hsv_to_rgb_nocie(HSV hsv) {
|
|||
return hsv_to_rgb_impl(hsv, false);
|
||||
}
|
||||
|
||||
#ifdef RGBW
|
||||
#ifdef WS2812_RGBW
|
||||
void convert_rgb_to_rgbw(rgb_led_t *led) {
|
||||
// Determine lowest value in all three colors, put that into
|
||||
// the white channel and then shift all colors by that amount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue