mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-13 07:34:27 +02:00
Grbwc and Rgbwc
This commit is contained in:
@@ -49,3 +49,15 @@ class NeoRbgwwFeature :
|
||||
public NeoElementsNoSettings
|
||||
{
|
||||
};
|
||||
|
||||
class NeoGrbwcFeature :
|
||||
public Neo5ByteFeature<ColorIndexG, ColorIndexR, ColorIndexB, ColorIndexWW, ColorIndexCW>,
|
||||
public NeoElementsNoSettings
|
||||
{
|
||||
};
|
||||
|
||||
class NeoRgbwcFeature :
|
||||
public Neo5ByteFeature<ColorIndexR, ColorIndexG, ColorIndexB, ColorIndexWW, ColorIndexCW>,
|
||||
public NeoElementsNoSettings
|
||||
{
|
||||
};
|
||||
|
Reference in New Issue
Block a user