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 April 27, 2023 19:51
Sub-pixel resolution is kinda essential for 16x16 displays.
// by <sutaburosu@gmail.com>
// License: Creative Commons CC0
#include <Arduino.h>
#include <FastLED.h>
#include <colorutils.h>
#define BRIGHTNESS 64
#define LED_PIN 2
#define COLOR_ORDER GRB