FastLED 3.7.8
Loading...
Searching...
No Matches
ArrayOfLedArrays.ino File Reference

Detailed Description

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]
 

Macro Definition Documentation

◆ NUM_LEDS_PER_STRIP

#define NUM_LEDS_PER_STRIP   60

Definition at line 13 of file ArrayOfLedArrays.ino.

◆ NUM_STRIPS

#define NUM_STRIPS   3

Definition at line 12 of file ArrayOfLedArrays.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 30 of file ArrayOfLedArrays.ino.

◆ setup()

void setup ( )

Definition at line 18 of file ArrayOfLedArrays.ino.

Variable Documentation

◆ leds

CRGB leds[NUM_STRIPS][NUM_LEDS_PER_STRIP]

Definition at line 14 of file ArrayOfLedArrays.ino.