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

◆ nextPattern()

void fl::DemoReel100::nextPattern ( )
inlineprivate

Definition at line 50 of file demoreel100.h.

50 {
51 // add one to the current pattern number, and wrap around at the end
53 (current_pattern_number + 1) % 6; // 6 is the number of patterns
54 }
uint8_t current_pattern_number
Definition demoreel100.h:46

References current_pattern_number.

Referenced by draw().

+ Here is the caller graph for this function: