Skip to content

Instantly share code, notes, and snippets.

@fredolivas
fredolivas / circular_matrix.ino
Created September 8, 2016 15:45 — forked from StefanPetrick/circular_matrix.ino
A 2d matrix mapped onto a circular led setup
/*
* A FastLED example showing how to
* map a virtual 2d matrix onto a circular led setup
*
* limitations: works so far only up to 255 leds
*
* written by Stefan Petrick 2016
*/
#include "FastLED.h"
@fredolivas
fredolivas / crosswipe
Created March 26, 2016 02:45 — forked from StefanPetrick/crosswipe
cross wipe
// the animation itself
// basically just moves the noise in 2 dimensions
// and oscillates the border for the mapping methods
void CrossNoise2() {
currentPalette = RainbowStripeColors_p;
noisesmoothing = 20;
y[0] += 100;