ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Revision:
12:beb0d7632531
Parent:
11:fba7d54fd36b
Child:
13:59e17cab320a
--- a/Graphics/Graphics.cpp	Sun Mar 17 10:55:11 2019 +0000
+++ b/Graphics/Graphics.cpp	Sun Mar 17 12:14:56 2019 +0000
@@ -1,5 +1,10 @@
 #include "Graphics.h"
 
+const int Graphics::SCREEN_HEIGHT = 84;
+const int Graphics::SCREEN_WIDTH = 48;
+const int Graphics::BLOCK_SIZE = 4;
+const int Graphics::BORDER_SIZE = 2;
+
 N5110 * Graphics::lcd;
 
 void Graphics::init() {