Library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).
Fork of N5110 by
Diff: N5110.h
- 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 *