Skip to content

Instantly share code, notes, and snippets.

View enwi's full-sized avatar
👻

Moritz Wirger enwi

👻
View GitHub Profile
@enwi
enwi / Fire2018-2.ino
Last active December 20, 2020 22:47 — forked from StefanPetrick/Fire2018-2.ino
Fire effect v2.0 for FastLED matrix
#include "FastLED.h"
const uint8_t BRIGHTNESS = 255;
// matrix size
const uint8_t WIDTH = 16;
const uint8_t HEIGHT = 16;
const uint16_t NUM_
= WIDTH * HEIGHT;
// parameters and buffer for the noise array