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

Fork of N5110 by Craig Evans

Revision:
20:9b02ee92dfe6
Parent:
19:ba8addc061ea
--- a/N5110.h	Thu Apr 23 18:57:52 2015 +0000
+++ b/N5110.h	Tue Jun 09 11:06:26 2015 +0000
@@ -194,6 +194,7 @@
     *   Clears the screen.
     */
     void clear();
+    void setXYAddress(int x, int y);
 
     /** Turn on normal video mode (default)
     *  Black on white
@@ -317,7 +318,7 @@
 
 private:
 
-    void setXYAddress(int x, int y);
+    
     void initSPI();
     void turnOn();
     void reset();