test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
3:e74b63412b10
Parent:
2:50a76ed8bf55
Parent:
1:b8a29dc23cf1
Child:
6:e63641e13374
--- a/graphics.h	Fri Dec 02 06:16:50 2016 +0000
+++ b/graphics.h	Fri Dec 02 06:23:48 2016 +0000
@@ -11,11 +11,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[] = {
@@ -23,7 +23,7 @@
   0x70,
   0xA0,
   0x70,
-  0x24,
+  0x28,
   0x50
 };