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

Dependents:   200943412_QuickClick

Revision:
7:635883dd8c35
Parent:
6:8840d7e48ce7
Child:
9:1e25dcab4927
--- a/Display.h	Wed Apr 12 22:18:00 2017 +0000
+++ b/Display.h	Wed Apr 12 23:45:40 2017 +0000
@@ -30,7 +30,7 @@
     int y;  
     int x0;
     int y0;
-    int radiusError;
+    int radiusMod;
 
 };
 #endif
\ No newline at end of file