New color: cyan
This commit is contained in:
parent
c3721b7044
commit
25c11e465e
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ enum class Color : uint32_t {
|
||||||
BLUE = 0x0000ff,
|
BLUE = 0x0000ff,
|
||||||
WHITE = 0xffffff,
|
WHITE = 0xffffff,
|
||||||
OFF = 0x000000,
|
OFF = 0x000000,
|
||||||
YELLOW = 0xffff00
|
YELLOW = 0xffff00,
|
||||||
|
CYAN = 0x00ffff,
|
||||||
};
|
};
|
||||||
|
|
||||||
class WS2812 {
|
class WS2812 {
|
||||||
|
|
Loading…
Reference in a new issue