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

Dependents:   200943412_QuickClick

Revision:
4:b74041216336
Parent:
1:41a1c20a2056
Child:
6:8840d7e48ce7
--- a/Display.h	Tue Apr 11 22:49:11 2017 +0000
+++ b/Display.h	Tue Apr 11 23:19:22 2017 +0000
@@ -15,11 +15,10 @@
     void drawCircle(N5110 &lcd); 
     void random_instruction(N5110 &lcd); 
     void Circle(N5110 &lcd); 
-    
+    int calculateWait();  
 
      
 private:
-    void calculateWait();   
     void circle_refresh();
     void Drawarc(N5110 &lcd, int a);
     int _h;