test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Committer:
kaku_jyoko
Date:
Fri Dec 16 13:52:36 2016 +0000
Revision:
63:4c22abbe4727
Parent:
39:e8d6dd3c75c7
remove led lump

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:
kaku_jyoko 39:e8d6dd3c75c7 9 Bitmap convert(int map[][LCD_X]);
pypy_o8o 25:a08a1f5fbb6a 10 };
pypy_o8o 25:a08a1f5fbb6a 11
th_mbed 23:33d7efd62537 12 #endif