Skip to content

Instantly share code, notes, and snippets.

View bertrik's full-sized avatar

Bertrik Sikken bertrik

View GitHub Profile
#include <NeoPixelBus.h>
#include <NeoPixelAnimator.h>
#define PIN_LEDS 21
#define NUMPIXELS 194
#define LIGHTNESS 0.05f
#define BRIGHTNESS 64
RgbColor BLACK(0, 0, 0);