Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
9:5ad5501c702e
Parent:
8:c18c240665aa
Child:
14:e8de27c4d0d4
--- a/main/main.h	Mon Mar 11 14:48:49 2019 +0000
+++ b/main/main.h	Mon Mar 11 22:07:26 2019 +0000
@@ -14,4 +14,7 @@
 extern AnalogIn x_dir;
 extern AnalogIn y_dir;
 
+static const int screen_width = 84;
+static const int screen_height = 48;
+
 #endif
\ No newline at end of file