diff --git a/src/ws2812.h b/src/ws2812.h index 8bfe79a..f00844f 100644 --- a/src/ws2812.h +++ b/src/ws2812.h @@ -10,7 +10,8 @@ enum class Color : uint32_t { BLUE = 0x0000ff, WHITE = 0xffffff, OFF = 0x000000, - YELLOW = 0xffff00 + YELLOW = 0xffff00, + CYAN = 0x00ffff, }; class WS2812 {