TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface

Revision:
9:613720545be0
Parent:
8:308d188a2d3a
--- a/TextLCD.h	Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.h	Mon Dec 19 23:44:46 2022 +0000
@@ -87,6 +87,8 @@
 
     int rows();
     int columns();
+    
+    void init();    //  オリジナル初期化メソッド
 
 protected: