Library for LCD

Fork of N5110 by Craig Evans

Revision:
37:2d5931a66fba
Parent:
35:d80e568a2e18
Child:
38:00ebd449b6f3
--- 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,