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:
parent
5e931169f2
commit
ca6c495f46
4 changed files with 33 additions and 10 deletions
|
@ -366,7 +366,7 @@ static const char * const lookupOverclock[] = {
|
|||
|
||||
#ifdef USE_LED_STRIP
|
||||
static const char * const lookupLedStripFormatRGB[] = {
|
||||
"GRB", "RGB"
|
||||
"GRB", "RGB", "GRBW"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue