Skip to content

Instantly share code, notes, and snippets.

View robertmeares's full-sized avatar

Robert Meares robertmeares

View GitHub Profile
/* Arduino 256 RGB LEDs Matrix Animation Frame
Using WS2812 LED Strips
*/
#include <avr/pgmspace.h> // Needed to store stuff in Flash using PROGMEM
#include "FastLED.h" // Fastled library to control the LEDs
// How many leds are connected?
#define NUM_LEDS 256