Tetris game on mikroTFT touchscreen and LPC1768

Dependencies:   Tetris

Dependents:   Tetris

Define.h

Committer:
sergun2311
Date:
2017-03-11
Revision:
3:36de55e63fdf
Child:
4:107d1d5a642e

File content as of revision 3:36de55e63fdf:

extern const int MAXX = 10;
extern const int MAXY = 12;
extern const int PURPLE = 0x780F;
extern const int DARKGREY = 0x7BEF;
extern const int BLOCK_SIZE = 20;