ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
14:e8de27c4d0d4
Parent:
9:5ad5501c702e
Child:
15:0145c5f0bea1
--- a/main/main.h	Sun Mar 17 22:56:24 2019 +0000
+++ b/main/main.h	Mon Mar 18 10:34:48 2019 +0000
@@ -14,7 +14,10 @@
 extern AnalogIn x_dir;
 extern AnalogIn y_dir;
 
+static const int fps = 10;
+
 static const int screen_width = 84;
-static const int screen_height = 48;
+static const int screen_height = 41;    // it is lower then the maximum because of the score display.
+
 
 #endif
\ No newline at end of file