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

Files at this revision

API Documentation at this revision

Comitter:
kayekss
Date:
Mon Apr 06 20:54:29 2015 +0000
Parent:
0:db0ffd858ca1
Commit message:
Add clear-screen on initialization.

Changed in this revision

TextLCD_ST7032I2C.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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() {