LCDモジュール ACM1602NI(I2C接続) を制御するライブラリ

Dependents:   scan2 BoxController

Revision:
10:4ceccdba0248
Parent:
9:96baac039a90
Child:
11:e0849411adfa
--- a/LcdAcm1602ni.cpp	Thu Dec 15 06:02:13 2016 +0000
+++ b/LcdAcm1602ni.cpp	Thu Dec 15 16:05:57 2016 +0000
@@ -160,6 +160,7 @@
 {
     writeCommand(0x01);
     wait_us(2160);
+    locate(0, 0);
 }
 /** 行クリア
 */