forked from Makuna/NeoPixelBus
Common WS2814f strip order (#773)
This commit is contained in:
@@ -60,4 +60,10 @@ class NeoBrgwFeature :
|
||||
public Neo4ByteFeature<ColorIndexB, ColorIndexR, ColorIndexG, ColorIndexW>,
|
||||
public NeoElementsNoSettings
|
||||
{
|
||||
};
|
||||
|
||||
class NeoWrgbFeature :
|
||||
public Neo4ByteFeature<ColorIndexW, ColorIndexR, ColorIndexG, ColorIndexB>,
|
||||
public NeoElementsNoSettings
|
||||
{
|
||||
};
|
Reference in New Issue
Block a user