Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website). Edited to include additional feaatures, such as 2d array loading, multiple screen buffers, and better backlight control

Dependencies:   N5110

Dependents:   Main_code_ver18

Fork of N5110 by Craig Evans

Revision:
7:3010f24e0a81
Parent:
6:adb79338d40f
Child:
8:40abe5736eca
--- a/N5110.h	Mon Jan 27 18:41:45 2014 +0000
+++ b/N5110.h	Mon May 19 18:23:21 2014 +0000
@@ -177,7 +177,7 @@
     *       0           - pixel is clear
     *       non-zero    - pixel is set
     */
-    unsigned char getPixel(int x, int y);
+    int getPixel(int x, int y);
     
     /** Refresh display
     *