57{
58
59 static uint8_t starthue = 0;
61
62
63 uint8_t secs = (millis() / 1000) % (
DISPLAYTIME * 2);
67 } else {
70 }
71
72
73
76 }
77
80}
CFastLED FastLED
Global LED strip management instance.
void fill_rainbow(struct CRGB *targetArray, int numToFill, uint8_t initialhue, uint8_t deltahue)
Fill a range of LEDs with a rainbow of colors.
void * memset8(void *ptr, uint8_t value, uint16_t num)
Faster alternative to memset() on AVR.
Representation of an RGB pixel (Red, Green, Blue)