Przemek Wirkus
/
MBEDtetris
Simple tetris game to show usage of C12832 LCD.
Diff: mtrix.h
- Revision:
- 1:cdd5880742fc
- Parent:
- 0:644f70b470b5
- Child:
- 3:dbd1976e4add
--- a/mtrix.h Mon Mar 17 19:47:49 2014 +0000 +++ b/mtrix.h Mon Mar 17 20:16:32 2014 +0000 @@ -5,7 +5,7 @@ #include <utility> #define LCD_W 16 -#define LCD_H 16 +#define LCD_H 20 #define BRICK_SIZE_X 4 #define BRICK_SIZE_Y 4