Skip to content

Instantly share code, notes, and snippets.

View danilobellini's full-sized avatar

Danilo de Jesus da Silva Bellini danilobellini

  • Sao Paulo, Brazil
View GitHub Profile
@marcpalmer
marcpalmer / gist:1626042
Created January 17, 2012 10:04
Arduino Sketch to send animated diagonal spectrum to Rainbowduino and 8x8 RGB LED matrix
#include <Rainbowduino.h>
byte display[] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,