Przemek Wirkus
/
MBEDtetris
Simple tetris game to show usage of C12832 LCD.
Diff: mtrix.h
- Revision:
- 3:dbd1976e4add
- Parent:
- 1:cdd5880742fc
diff -r da22b028cf2e -r dbd1976e4add mtrix.h --- a/mtrix.h Tue Mar 18 10:03:03 2014 +0000 +++ b/mtrix.h Tue Mar 18 16:55:43 2014 +0000 @@ -4,8 +4,8 @@ #include <string> #include <utility> -#define LCD_W 16 -#define LCD_H 20 +#define LCD_W 8 +#define LCD_H 24 #define BRICK_SIZE_X 4 #define BRICK_SIZE_Y 4