working demo, with iPhone support

Dependencies:   NeoPixels NeoStrip mbed

Fork of NeoPixels by Allen Wild

Committer:
zchen311
Date:
Mon Apr 28 02:20:46 2014 +0000
Revision:
2:b322ea7290a5
Parent:
1:3b59b44884cd
working demo with iphone support

Who changed what in which revision?

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