FastLED 3.9.3
|
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_STRIPS 3 |
#define | NUM_LEDS_PER_STRIP 60 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_STRIPS][NUM_LEDS_PER_STRIP] |
#define NUM_LEDS_PER_STRIP 60 |
Definition at line 13 of file ArrayOfLedArrays.ino.
#define NUM_STRIPS 3 |
Definition at line 12 of file ArrayOfLedArrays.ino.
void loop | ( | ) |
Definition at line 30 of file ArrayOfLedArrays.ino.
void setup | ( | ) |
Definition at line 18 of file ArrayOfLedArrays.ino.
CRGB leds[NUM_STRIPS][NUM_LEDS_PER_STRIP] |
Definition at line 14 of file ArrayOfLedArrays.ino.