FastLED 3.9.15
|
Set up three LED strips, all running from an array of arrays.
Definition in file ArrayOfLedArrays.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS_PER_STRIP 60 |
#define | NUM_STRIPS 3 |
Functions | |
void | loop () |
void | setup () |
Variables | |
CRGB | leds [NUM_STRIPS][NUM_LEDS_PER_STRIP] |