My version of the N5110 library

Dependents:   PacManII

Fork of N5110 by Craig Evans

Revision:
18:3bba98716bdc
Parent:
17:780a542d5f8b
--- a/N5110.cpp	Tue Mar 17 12:56:03 2015 +0000
+++ b/N5110.cpp	Wed Apr 22 17:37:30 2015 +0000
@@ -324,7 +324,7 @@
         }
     }
 
-    refresh();
+    //refresh();
 }
 
 void N5110::drawLine(int x0,int y0,int x1,int y1,int type)
@@ -373,7 +373,7 @@
         }
     }
 
-    refresh();
+    //refresh();
 }
 
 void N5110::drawRect(int x0,int y0,int width,int height,int fill)