test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
35:b767ad058a8b
Parent:
27:afdaee781efa
Child:
36:b88fa8ff0be9
--- a/Converter.cpp	Mon Dec 12 11:50:33 2016 +0000
+++ b/Converter.cpp	Mon Dec 12 12:00:44 2016 +0000
@@ -15,6 +15,8 @@
             char_map[(i*LCD_X+j)/CHAR_SIZE] |= map[i][j] << ((CHAR_SIZE - 1) - i % CHAR_SIZE);
         }
     }
+    return char_map;
+    /*
     Bitmap bitmap_converted = {
         LCD_X,
         LCD_Y,
@@ -22,4 +24,5 @@
         char_map,
     };
     return bitmap_converted;
+    */
 }