111 {
112 static bool s_first = true;
113 if (s_first) {
114 s_first = false;
115 Serial.println("First loop.");
116 }
120 }
121 return;
122 }
125 uint32_t now = millis();
128}
CFastLED FastLED
Global LED strip management instance.
UISlider videoSpeed("Video Speed", 1.0f, -1, 2.0f, 0.01f)
UINumberField whichVideo("Which 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.