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

◆ nextPattern()

void fl::DemoReel100::nextPattern ( )
inlineprivate

Definition at line 48 of file demoreel100.h.

48 {
49 // add one to the current pattern number, and wrap around at the end
51 (current_pattern_number + 1) % 6; // 6 is the number of patterns
52 }

References current_pattern_number.

Referenced by draw().

+ Here is the caller graph for this function: