test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Committer:
th_mbed
Date:
Mon Dec 12 12:47:07 2016 +0000
Revision:
36:b88fa8ff0be9
Parent:
25:a08a1f5fbb6a
Child:
38:63b99151e218
fix some bugs

Who changed what in which revision?

UserRevisionLine numberNew contents of line
th_mbed 23:33d7efd62537 1 #ifndef CONVERT_H
th_mbed 23:33d7efd62537 2 #define CONVERT_H
pypy_o8o 25:a08a1f5fbb6a 3 #include "C12832_lcd.h"
th_mbed 23:33d7efd62537 4 #include "models.h"
th_mbed 36:b88fa8ff0be9 5 #define CHAR_SIZE 8
th_mbed 23:33d7efd62537 6 class Converter
th_mbed 23:33d7efd62537 7 {
th_mbed 23:33d7efd62537 8 public:
pypy_o8o 25:a08a1f5fbb6a 9 Bitmap convert(int map[][LCD_X]);
pypy_o8o 25:a08a1f5fbb6a 10 };
pypy_o8o 25:a08a1f5fbb6a 11
th_mbed 23:33d7efd62537 12 #endif