Class used to interface with the Nokia N5110 LCD.

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
     *