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
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 *