Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).
Fork of N5110 by
Revision 20:9b02ee92dfe6, committed 2015-06-09
- Comitter:
- pai2015merimacisija
- Date:
- Tue Jun 09 11:06:26 2015 +0000
- Parent:
- 19:ba8addc061ea
- Commit message:
- Radar
Changed in this revision
N5110.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ba8addc061ea -r 9b02ee92dfe6 N5110.h --- 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();