I2cLCD library that can display cursor.

Dependents:   LcdClock

Fork of I2cLCD by Junichi Katsu

Revision:
2:4e32baaf019b
Parent:
1:f973d1359998
--- a/I2cLCD.h	Sun Feb 09 09:04:30 2014 +0000
+++ b/I2cLCD.h	Mon Feb 17 08:13:14 2014 +0000
@@ -36,6 +36,7 @@
     void seticon(IconType type);
     void clearicon(IconType type);
     void puticon(int flg);
+    void cursor(bool isOn, int column, int row);
 
 protected:
     virtual int _putc(int value);