gecko 655 / Mbed 2 deprecated mbed_cookie_clicker

Dependencies:   C12832 MMA7660 mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
gecko655
Date:
Fri Feb 20 00:47:25 2015 +0000
Parent:
3:6f5282c89ddd
Commit message:
Rewrote bitmap by hex.

Changed in this revision

tippy.h Show annotated file Show diff for this revision Revisions of this file
diff -r 6f5282c89ddd -r da4e748bd607 tippy.h
--- a/tippy.h	Fri Feb 20 00:40:07 2015 +0000
+++ b/tippy.h	Fri Feb 20 00:47:25 2015 +0000
@@ -14,26 +14,25 @@
 
 
 static char TippyArray[] = {
-        0b00000000,0b00000000,0b00000000,
-        0b00000000,0b00000000,0b00000000,
-        0b00000000,0b00000000,0b00000000,
-        0b00000000,0b00000000,0b00000000,
-        0b00000111,0b11111011,0b00000000,
-        0b00011101,0b00011111,0b00000000,
-        0b00110110,0b10000111,0b00000000,
-        0b01100110,0b00000011,0b00000000,
-        0b01000000,0b00000001,0b10000000,
-        0b10000000,0b01001001,0b10000000,
-        0b10000000,0b00000000,0b10000000,
-        0b10000000,0b00010000,0b10000000,
-        0b11000000,0b00101000,0b10000000,
-        0b11100000,0b00000001,0b10000000,
-        0b01111111,0b11111111,0b00000000,
-        0b00111111,0b11111110,0b00000000,
-        0b00000000,0b00000000,0b00000000,
-        0b00000000,0b00000000,0b00000000,
-        0b00000000,0b00000000,0b00000000,
-        0b00000000,0b00000000,0b00000000,
+0x00,0x00,0x00,
+0x00,0x00,0x00,
+0x00,0x00,0x00,
+0x00,0x00,0x00,
+0x07,0xfb,0x00,
+0x1d,0x1f,0x00,
+0x36,0x87,0x00,
+0x66,0x03,0x00,
+0x80,0x01,0x80,
+0x80,0x49,0x80,
+0x80,0x00,0x80,
+0x80,0x10,0x80,
+0xc0,0x28,0x80,
+0xe0,0x01,0x00,
+0x7f,0xff,0x00,
+0x00,0x00,0x00,
+0x00,0x00,0x00,
+0x00,0x00,0x00,
+0x00,0x00,0x00,
 };