Class used to interface with the Nokia N5110 LCD.

Fork of N5110 by Craig Evans

Revision:
28:4091516537e4
Parent:
26:36be85c20ef4
Child:
29:5bc91bd44c77
--- a/N5110.h	Tue Feb 07 21:50:25 2017 +0000
+++ b/N5110.h	Wed Feb 15 22:10:21 2017 +0000
@@ -279,7 +279,7 @@
 *       0           - pixel is clear
 *       1    - pixel is set
 */
-int getPixel(int x, int y);
+int getPixel(int x, int y) const;
 
 /** Refresh display
 *