Skip to content

Instantly share code, notes, and snippets.

View marmilicious's full-sized avatar

Marc Miller marmilicious

  • Glendale, California
View GitHub Profile
//***************************************************************
// Custom marquee pattern example with "virtual holes" in the
// strip that are kept blacked out.
//
// Marc Miller, Dec 2016
//***************************************************************
#include "FastLED.h"
#define LED_TYPE LPD8806
//------------------------------------------------------------------
#include "FastLED.h"
#define LED_TYPE LPD8806
#define DATA_PIN 11
#define CLOCK_PIN 13
#define NUM_LEDS 32
CRGB leds[NUM_LEDS];
uint8_t time;