6#include "fx/1d/demoreel100.hpp"
12#define LED_TYPE WS2811
13#define COLOR_ORDER GRB
18#define FRAMES_PER_SECOND 120
27DemoReel100Ptr demoReel = DemoReel100Ptr::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.
Implements a simple red square effect for 2D LED grids.
Representation of an RGB pixel (Red, Green, Blue)