Class used to interface with the Nokia N5110 LCD.
Fork of N5110 by
Diff: N5110.h
- Revision:
- 35:2d5931a66fba
- Parent:
- 33:d80e568a2e18
- Child:
- 36:00ebd449b6f3
diff -r d80e568a2e18 -r 2d5931a66fba N5110.h --- a/N5110.h Thu Feb 16 15:58:48 2017 +0000 +++ b/N5110.h Tue Mar 07 16:46:13 2017 +0000 @@ -388,6 +388,12 @@ unsigned int const height, FillType const fill); + void drawGlyph(int x0, + int y0, + int nx, + int ny, + int *glyph); + private: // methods void setXYAddress(unsigned int const x,