test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
th_mbed
Date:
Mon Dec 12 12:00:44 2016 +0000
Parent:
34:a83cad29890c
Child:
36:b88fa8ff0be9
Commit message:
a;

Changed in this revision

Converter.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;
+    */
 }