Text console library for ST7032 text LCD controller over I2C interface.

Revision:
1:0b6f271981a5
Parent:
0:db0ffd858ca1
--- a/TextLCD_ST7032I2C.cpp	Mon Apr 06 20:16:13 2015 +0000
+++ b/TextLCD_ST7032I2C.cpp	Mon Apr 06 20:54:29 2015 +0000
@@ -65,6 +65,7 @@
         command(FUNCTION_8B_2LINE_7DOT_IS0);
     }
     command(DISPLAY_ON_CURSOR_OFF_POS_OFF);
+    cls();
 }
 
 void TextLCD_ST7032I2C::cls() {