157 {
158 static bool s_first = true;
159 if (s_first) {
160 s_first = false;
161 Serial.println(
"First loop.");
162 }
164
166 FL_WARN(
"No loop because an error occured.");
167 }
168 return;
169 }
170
171
174
175
179}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
fl::Video video(NUM_LEDS, 2.0f)
fl::UISlider videoSpeed("fl::Video Speed", 1.0f, -1, 2.0f, 0.01f)
UINumberField whichVideo("Which fl::Video", 0, 0, 1)
void draw(DrawContext context) override
void setTimeScale(float timeScale)
#define EVERY_N_SECONDS(N)
Checks whether to execute a block of code every N seconds.
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.