Skip to content

Instantly share code, notes, and snippets.

@rmadhuram
rmadhuram / gist:d4f950980558df668bc3
Created March 15, 2015 05:31
Colorduino Game of Life
#include <Colorduino.h>
char cells[8][8];
char nextSet[8][8];
int r, g, b, iteration;
/********************************************************
Name: ColorFill
Function: Fill the frame with a color
Parameter:R: the value of RED. Range:RED 0~255
G: the value of GREEN. Range:RED 0~255