Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website). Created by Craig A. Evans, University of Leeds.

Fork of N5110 by Craig Evans

Revision:
18:c587a6eb16fc
Parent:
17:780a542d5f8b
--- a/N5110.cpp	Tue Mar 17 12:56:03 2015 +0000
+++ b/N5110.cpp	Thu Apr 23 18:41:22 2015 +0000
@@ -324,7 +324,7 @@
         }
     }
 
-    refresh();
+    //refresh();
 }
 
 void N5110::drawLine(int x0,int y0,int x1,int y1,int type)