test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
10:7b2cf5e89e65
Parent:
7:defdc7cb4e0b
Child:
11:cf3cf60589f4
--- a/main.cpp	Mon Dec 05 07:34:15 2016 +0000
+++ b/main.cpp	Mon Dec 05 08:13:40 2016 +0000
@@ -45,6 +45,7 @@
         update_mtx.unlock();
         lcd.cls();
         lcd.print_bm(bitmPlayer,p.x,p.y);
+        lcd.print_bm(bitmBullet_graphics, 40, 10);
         lcd.copy_to_lcd();
         wait(0.02);
         lcd.cls();