test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
1:b8a29dc23cf1
Parent:
0:26e5e770f91b
Child:
3:e74b63412b10
--- a/graphics.h	Fri Dec 02 04:26:02 2016 +0000
+++ b/graphics.h	Fri Dec 02 05:06:27 2016 +0000
@@ -17,11 +17,11 @@
   0x50
 };
 
-Bitmap bitmPersonB = {
+Bitmap bitmPerson = {
   6, // XSize
   6, // YSize
   1, // Bytes in Line
-  PersonB,  // Pointer to picture data 
+  Person,  // Pointer to picture data 
 };
 
 static char PersonB[] = {
@@ -29,7 +29,7 @@
   0x70,
   0xA0,
   0x70,
-  0x24,
+  0x28,
   0x50
 };