FastLED 3.9.15
Loading...
Searching...
No Matches
MultipleStripsInOneArray.ino File Reference

Detailed Description

Demonstrates how to use multiple LED strips, each with their own data in one shared array.

Definition in file MultipleStripsInOneArray.ino.

#include <FastLED.h>
+ Include dependency graph for MultipleStripsInOneArray.ino:

Go to the source code of this file.

Macros

#define NUM_LEDS   NUM_LEDS_PER_STRIP * NUM_STRIPS
 
#define NUM_LEDS_PER_STRIP   60
 
#define NUM_STRIPS   3
 

Functions

void loop ()
 
void setup ()
 

Variables

CRGB leds [NUM_STRIPS *NUM_LEDS_PER_STRIP]