Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).
Fork of N5110 by
Revision 23:f0f22d06c515, committed 2015-05-07
- Comitter:
- el13cj
- Date:
- Thu May 07 11:10:06 2015 +0000
- Parent:
- 22:5e20f9c16da0
- Commit message:
- fixed doxygen
Changed in this revision
N5110.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5e20f9c16da0 -r f0f22d06c515 N5110.h --- a/N5110.h Mon May 04 16:02:29 2015 +0000 +++ b/N5110.h Thu May 07 11:10:06 2015 +0000 @@ -230,6 +230,7 @@ void printChar(char c,int x,int y); /** Print Number + * * Sends an int to the display at the specified location, formatted as a string * @param n the number to print * @param x - the column number (0 to 83) @@ -325,6 +326,7 @@ void drawRect(int x0,int y0,int width,int height,int fill); /** Clear Rectangle + * * Function to clear a rectangular space. * @param x0 - x-coordinate of origin (top-left) * @param y0 - y-coordinate of origin (top-left) @@ -454,7 +456,7 @@ 0x00, 0x41, 0x36, 0x08, 0x00,// } 0x08, 0x08, 0x2A, 0x1C, 0x08,// -> 0x08, 0x1C, 0x2A, 0x08, 0x08,// <- - 0x08, 0x1C, 0x38, 0x1C, 0x08// heart + 0x08, 0x1C, 0x38, 0x1C, 0x08// heart icon };