Tetris game on mikroTFT touchscreen and LPC1768

Dependencies:   Tetris

Dependents:   Tetris

Revision:
3:36de55e63fdf
Child:
4:107d1d5a642e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Define.h	Sat Mar 11 19:50:03 2017 +0000
@@ -0,0 +1,5 @@
+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;
\ No newline at end of file