1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

add SK6812 RGBW 4-channel LEDs, which are compatible to WS2812 except for the fourth color channel

This commit is contained in:
g3gg0 2021-12-23 01:12:02 +01:00
parent 5e931169f2
commit ca6c495f46
4 changed files with 33 additions and 10 deletions

View file

@ -366,7 +366,7 @@ static const char * const lookupOverclock[] = {
#ifdef USE_LED_STRIP
static const char * const lookupLedStripFormatRGB[] = {
"GRB", "RGB"
"GRB", "RGB", "GRBW"
};
#endif