Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).

Fork of N5110 by Craig Evans

Revision:
20:940c2a463a56
Parent:
19:ba8addc061ea
--- a/N5110.cpp	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.cpp	Mon Jun 08 22:44:24 2015 +0000
@@ -259,7 +259,7 @@
 
         }
 
-        refresh();  // this sends the buffer to the display and sets address (cursor) back to 0,0
+        //refresh();  // this sends the buffer to the display and sets address (cursor) back to 0,0
     }
 }