An example program using my NeoStrip library to control an Adafruit 8x8 NeoPixel matrix (http://www.adafruit.com/products/1487)

Dependencies:   NeoStrip mbed

Dependents:   ECE4180_Werable_LCD_DEMO

Committer:
aswild
Date:
Wed Mar 12 18:41:42 2014 +0000
Revision:
0:f38492690f0e
Initial version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aswild 0:f38492690f0e 1 /**** gt.h ****/
aswild 0:f38492690f0e 2
aswild 0:f38492690f0e 3 const int gt_img[] = {
aswild 0:f38492690f0e 4 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446,
aswild 0:f38492690f0e 5 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446,
aswild 0:f38492690f0e 6 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446,
aswild 0:f38492690f0e 7 0xffff00, 0x122446, 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0xffff00,
aswild 0:f38492690f0e 8 0xffff00, 0xffff00, 0x122446, 0x122446, 0xffff00, 0x122446, 0xffff00, 0x122446,
aswild 0:f38492690f0e 9 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0xffff00, 0x122446,
aswild 0:f38492690f0e 10 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446,
aswild 0:f38492690f0e 11 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446};
aswild 0:f38492690f0e 12