FastLED 3.9.15
|
Definition at line 20 of file demoreel100.h.
#include <demoreel100.h>
Public Member Functions | |
DemoReel100 (uint16_t num_leds) | |
void | draw (DrawContext context) override |
fl::string | fxName () const override |
![]() | |
Fx1d (u16 numLeds) | |
void | setXmap (const XMap &xMap) |
u16 | xyMap (u16 x) const |
![]() | |
Fx (uint16_t numLeds) | |
uint16_t | getNumLeds () const |
virtual bool | hasFixedFrameRate (float *fps) const |
virtual void | pause (fl::u32 now) |
virtual void | resume (fl::u32 now) |
Private Member Functions | |
void | addGlitter (fract8 chanceOfGlitter, CRGB *leds) |
void | bpm (CRGB *leds) |
void | confetti (CRGB *leds) |
void | juggle (CRGB *leds) |
void | nextPattern () |
void | rainbow (CRGB *leds) |
void | rainbowWithGlitter (CRGB *leds) |
void | runPattern (CRGB *leds) |
void | sinelon (CRGB *leds) |
Private Attributes | |
uint8_t | current_pattern_number = 0 |
uint8_t | hue = 0 |
unsigned long | start_time = 0 |
Additional Inherited Members | |
![]() | |
using | DrawContext = _DrawContext |
![]() | |
virtual | ~Fx () |
![]() | |
XMap | mXMap |
![]() | |
uint16_t | mNumLeds |