FastLED 3.9.3
|
Demonstrates how to use multiple LED strips, each with their own data.
Definition in file MultiArrays.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS_PER_STRIP 60 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | redLeds [NUM_LEDS_PER_STRIP] |
CRGB | greenLeds [NUM_LEDS_PER_STRIP] |
CRGB | blueLeds [NUM_LEDS_PER_STRIP] |
#define NUM_LEDS_PER_STRIP 60 |
Definition at line 11 of file MultiArrays.ino.
void loop | ( | ) |
Definition at line 30 of file MultiArrays.ino.
void setup | ( | ) |
Definition at line 18 of file MultiArrays.ino.
CRGB blueLeds[NUM_LEDS_PER_STRIP] |
Definition at line 14 of file MultiArrays.ino.
CRGB greenLeds[NUM_LEDS_PER_STRIP] |
Definition at line 13 of file MultiArrays.ino.
CRGB redLeds[NUM_LEDS_PER_STRIP] |
Definition at line 12 of file MultiArrays.ino.