FastLED 3.9.15
Loading...
Searching...
No Matches

◆ doFrame()

bool doFrame ( )

Definition at line 178 of file simple.h.

178 {
179 if (!freeze) {
180 return true;
181 }
182 if (advanceFrame.isPressed()) {
183 return true;
184 }
185 return false;
186}
fl::UIButton advanceFrame("Advance frame")
fl::UICheckbox freeze("Freeze frame", false)

References advanceFrame(), and freeze().

Referenced by loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: