Skip to content

Instantly share code, notes, and snippets.

View mrrees's full-sized avatar

Chris Rees mrrees

View GitHub Profile
@Jerware
Jerware / matrixEffect.ino
Last active January 16, 2022 19:15
Matrix LED Effect using FastLED
// Matrix effect by Jeremy Williams
// Designed for Game Frame
// http://www.ledseq.com
#include <FastLED.h>
// LED setup
#define kMatrixWidth 16
#define kMatrixHeight 16
#define DATA_PIN 2