FastLED 3.9.3
|
Demonstrates how to write to multiple strips simultaneously.
Definition in file ParallelOutputDemo.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS_PER_STRIP 16 |
#define | NUM_STRIPS 16 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_STRIPS *NUM_LEDS_PER_STRIP] |
#define NUM_LEDS_PER_STRIP 16 |
Definition at line 7 of file ParallelOutputDemo.ino.
#define NUM_STRIPS 16 |
Definition at line 9 of file ParallelOutputDemo.ino.
void loop | ( | ) |
Definition at line 40 of file ParallelOutputDemo.ino.
void setup | ( | ) |
Definition at line 27 of file ParallelOutputDemo.ino.
CRGB leds[NUM_STRIPS *NUM_LEDS_PER_STRIP] |
Definition at line 11 of file ParallelOutputDemo.ino.