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

Fork of TextLCD by Simon Ford

Revision:
8:dde7f427feda
Parent:
7:44f34c09bd37
Child:
10:b91bc4431350
--- a/TextLCD.h	Sat Dec 04 11:29:57 2010 +0000
+++ b/TextLCD.h	Sun Feb 17 20:23:41 2013 +0000
@@ -84,6 +84,7 @@
 
     /** Clear the screen and locate to 0,0 */
     void cls();
+    void putCustomChar(int cgramloc, char *data,int cgrpos,int x,int y);
 
     int rows();
     int columns();