Skip to content

Instantly share code, notes, and snippets.

View marmilicious's full-sized avatar

Marc Miller marmilicious

  • Glendale, California
View GitHub Profile
//Fading up and down using fadeLightBy
//by Scott Kletzien
/*
Put together & tested by:
Scottie Digital
*/
#include "FastLED.h"
#define NUM_LEDS 288 // # of LEDS in the strip
For Bill from this post:
https://plus.google.com/u/0/109149766109138486006/posts/J9Xnqthpgsh
//---------------------------------------------------------------
Somewhere at the top of the program:
#define NUM_LEDS 32 //length of one strip
#define DBL_LEDS NUM_LEDS*2 //double the length of one strip
CRGB ledsA[NUM_LEDS]; //strip A (gets displayed)