FastLED 3.9.15
Loading...
Searching...
No Matches
FxDemoReel100.ino File Reference

Detailed Description

DemoReel100 effects collection with ScreenMap.

Definition in file FxDemoReel100.ino.

#include <FastLED.h>
#include "fl/fx/1d/demoreel100.h"
#include "fl/math/screenmap.h"
+ Include dependency graph for FxDemoReel100.ino:

Go to the source code of this file.

Macros

#define BRIGHTNESS   96
 
#define COLOR_ORDER   GRB
 
#define DATA_PIN   3
 
#define FRAMES_PER_SECOND   120
 
#define LED_TYPE   WS2811
 
#define NUM_LEDS   64
 
#define USES_RGBW   0
 

Functions

void loop ()
 
void setup ()
 

Variables

fl::DemoReel100Ptr demoReel = fl::make_shared<fl::DemoReel100>(NUM_LEDS)
 
fl::CRGB leds [NUM_LEDS]
 
fl::Rgbw rgbwMode = fl::RgbwInvalid()