MDX-20用の改造

Revision:
9:5af2538e7684
Parent:
8:308d188a2d3a
--- a/TextLCD.h	Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.h	Sun Dec 18 11:39:04 2016 +0000
@@ -85,6 +85,14 @@
     /** Clear the screen and locate to 0,0 */
     void cls();
 
+    /** display On/Off
+     * @param d : 0:Display OFF 1:ON
+     * @param c : 0:Cursor OFF 1:ON
+     * @param b : 0 Blaink OFF 1:ON
+     */
+    void displayONOFF(int d, int c, int b);
+
+
     int rows();
     int columns();