Library for LCD

Fork of N5110 by Craig Evans

Revision:
29:ebb5e51658cf
Parent:
26:36be85c20ef4
--- a/N5110.h	Thu Mar 16 12:27:18 2017 +0000
+++ b/N5110.h	Mon Apr 10 21:48:31 2017 +0000
@@ -243,7 +243,8 @@
 *   @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 printString(const char * str,int x,int y);
+void printString(const
+ char * str,int x,int y);
 
 /** Print Character
 *