Definition at line 173 of file curr.h.
173 {
174 uint32_t now = millis();
177
178 static int w = 0;
179
181
183 }
184
185
186
193 }
194
195
196
197
198 for (
int i = 0; i <
NUM_LEDS; ++i) {
199
201
204
207 << " with color: " << c);
208
209 }
210
212}
CFastLED FastLED
Global LED strip management instance.
Corkscrew corkscrew(corkscrewInput)
LedsXY< CORKSCREW_WIDTH, CORKSCREW_HEIGHT > frameBuffer
#define EVERY_N_MILLIS(N)
Checks whether to execute a block of code every N milliseconds.
void clear(CRGB(&arr)[N])
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)
References CRGB::Blue, fl::clear(), corkscrew(), CORKSCREW_HEIGHT, CORKSCREW_WIDTH, EVERY_N_MILLIS, FastLED, FASTLED_WARN_IF, frameBuffer, leds, NUM_LEDS, and pos.