FastLED 3.9.3
|
Demonstrates how to use OctoWS2811 output.
Definition in file OctoWS2811Demo.ino.
Go to the source code of this file.
Macros | |
#define | USE_OCTOWS2811 |
#define | NUM_LEDS_PER_STRIP 64 |
#define | NUM_STRIPS 8 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_STRIPS *NUM_LEDS_PER_STRIP] |
#define NUM_LEDS_PER_STRIP 64 |
Definition at line 9 of file OctoWS2811Demo.ino.
#define NUM_STRIPS 8 |
Definition at line 10 of file OctoWS2811Demo.ino.
#define USE_OCTOWS2811 |
Definition at line 5 of file OctoWS2811Demo.ino.
void loop | ( | ) |
Definition at line 22 of file OctoWS2811Demo.ino.
void setup | ( | ) |
Definition at line 17 of file OctoWS2811Demo.ino.
CRGB leds[NUM_STRIPS *NUM_LEDS_PER_STRIP] |
Definition at line 12 of file OctoWS2811Demo.ino.