This class encapsulates all the algorithms required for the displaying strings and time dependent patterns on the lcd.

Dependents:   200943412_QuickClick

Revision:
6:8840d7e48ce7
Parent:
4:b74041216336
Child:
7:635883dd8c35
--- a/Display.h	Wed Apr 12 13:25:04 2017 +0000
+++ b/Display.h	Wed Apr 12 22:18:00 2017 +0000
@@ -13,9 +13,9 @@
     ~Display();
     void init();
     void drawCircle(N5110 &lcd); 
-    void random_instruction(N5110 &lcd); 
+    void display_instruction(N5110 &lcd, int ran); 
     void Circle(N5110 &lcd); 
-    int calculateWait();  
+    void calculateWait();  
 
      
 private: