Common WS2814f strip order (#773)

This commit is contained in:
Michael Miller
2024-02-25 10:57:17 -08:00
committed by GitHub
parent 35910a2376
commit 1a715a56b8

View File

@@ -60,4 +60,10 @@ class NeoBrgwFeature :
public Neo4ByteFeature<ColorIndexB, ColorIndexR, ColorIndexG, ColorIndexW>,
public NeoElementsNoSettings
{
};
class NeoWrgbFeature :
public Neo4ByteFeature<ColorIndexW, ColorIndexR, ColorIndexG, ColorIndexB>,
public NeoElementsNoSettings
{
};