6#include "fx/1d/demoreel100.hpp"
10#define LED_TYPE WS2811
11#define COLOR_ORDER GRB
16#define FRAMES_PER_SECOND 120
18DemoReel100Ref demoReel = DemoReel100Ref::New(NUM_LEDS);
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
void delay(unsigned long ms)
Delay for the given number of milliseconds.
void setBrightness(uint8_t scale)
Set the global brightness scaling.
void show(uint8_t scale)
Update all our controllers with the current led colors, using the passed in brightness.
static CLEDController & addLeds(CLEDController *pLed, struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
Representation of an RGB pixel (Red, Green, Blue)