Skip to content

Instantly share code, notes, and snippets.

View Aircoookie's full-sized avatar
Developing WLED

Christian Schwinne Aircoookie

Developing WLED
View GitHub Profile
@sutaburosu
sutaburosu / cakeday_hack.ino
Last active January 15, 2025 01:04
Sub-pixel resolution is kinda essential for 16x16 displays.
// by <[email protected]>
// License: Creative Commons CC0
#include <Arduino.h>
#include <FastLED.h>
#include <colorutils.h>
#define BRIGHTNESS 64
#define LED_PIN 2
#define COLOR_ORDER GRB