Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of N5110 by
Revision 20:d607661cd22f, committed 2016-05-05
- Comitter:
- el14rirr
- Date:
- Thu May 05 01:56:40 2016 +0000
- Parent:
- 19:ba8addc061ea
- Commit message:
- no change!
Changed in this revision
N5110.cpp | Show annotated file Show diff for this revision Revisions of this file |
N5110.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ba8addc061ea -r d607661cd22f N5110.cpp --- a/N5110.cpp Thu Apr 23 18:57:52 2015 +0000 +++ b/N5110.cpp Thu May 05 01:56:40 2016 +0000 @@ -218,6 +218,7 @@ } + // function to print 5x7 font void N5110::printChar(char c,int x,int y) {
diff -r ba8addc061ea -r d607661cd22f N5110.h --- a/N5110.h Thu Apr 23 18:57:52 2015 +0000 +++ b/N5110.h Thu May 05 01:56:40 2016 +0000 @@ -227,6 +227,7 @@ * @param x - the column number (0 to 83) * @param y - the row number (0 to 5) - the display is split into 6 banks - each bank can be considered a row */ + void printInt(int a,int x,int y); void printChar(char c,int x,int y); /** Set a Pixel