KS0108 LCD LIB with I2C I/O expander PCF8574 for Databus

Dependencies:   BusEnums

Dependents:   Menu

Revision:
2:6a8fbb08d519
Parent:
0:f2f71eab6aef
Child:
3:5a3db2efe771
--- a/KS0108.h	Mon Sep 03 09:32:37 2012 +0000
+++ b/KS0108.h	Tue Sep 04 14:51:17 2012 +0000
@@ -517,6 +517,14 @@
      *@return none
      */
     void PrintNumber(long n);      
+    
+      /**
+     *@brief print *char
+     *
+     *@param  
+     *@return 1
+     */
+    bool writeLine (const char *line, uint8_t row);
                                    
     
 private: