Class used to interface with the Nokia N5110 LCD.
Fork of N5110 by
Revision 44:42f47a8791c7, committed 2017-05-03
- Comitter:
- el15mh
- Date:
- Wed May 03 21:13:17 2017 +0000
- Parent:
- 43:c2598020fcac
- Commit message:
- fully working program
Changed in this revision
N5110.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/N5110.h Tue Mar 21 11:46:14 2017 +0000 +++ b/N5110.h Wed May 03 21:13:17 2017 +0000 @@ -341,8 +341,7 @@ * @deprecated Use setPixel(x, y, false) instead */ void clearPixel(unsigned int const x, - unsigned int const y) - __attribute__((deprecated("Use setPixel(x,y,false) instead"))); + unsigned int const y); /** Get a Pixel *