test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
10:7b2cf5e89e65
Parent:
6:e63641e13374
Child:
28:efe19c092c2c
diff -r defdc7cb4e0b -r 7b2cf5e89e65 graphics.h
--- a/graphics.h	Mon Dec 05 07:34:15 2016 +0000
+++ b/graphics.h	Mon Dec 05 08:13:40 2016 +0000
@@ -34,4 +34,18 @@
   PlayerB,  // Pointer to picture data 
 };
 
+static char Bullet_graphics[] = {
+    0x00,
+    0x78,
+    0xF8,
+    0x78,
+    0x00
+};
+
+Bitmap bitmBullet_graphics = {
+    5,
+    5,
+    1,
+    Bullet_graphics,
+};
 #endif
\ No newline at end of file