Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

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