TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface

Fork of TextLCD by Simon Ford

Revision:
10:b91bc4431350
Parent:
9:308d188a2d3a
Parent:
8:dde7f427feda
--- a/TextLCD.h	Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.h	Sat Dec 13 13:59:10 2014 +0000
@@ -84,6 +84,7 @@
 
     /** Clear the screen and locate to 0,0 */
     void cls();
+    void putCustomChar(int cgramloc, char *data);
 
     int rows();
     int columns();