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

◆ resume()

virtual void fl::Fx::resume ( uint32_t now)
inlinevirtual

Reimplemented in fl::Video.

Definition at line 44 of file fx.h.

44 {
45 FASTLED_UNUSED(now);
46 } // Called when the fx is resumed after a pause,
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.