LCD Baseshield GSOE

Dependents:   DigitaleingabeBluetooth_TI4 Temperatursever_TI4 BelueftungMitDS1820 ZustandCodeschloss ... more

Revision:
13:1d86cdba3ff5
Parent:
7:c3d157395c16
Child:
14:2d570187d0ca
diff -r c655625ebec1 -r 1d86cdba3ff5 LCD.cpp
--- a/LCD.cpp	Thu Dec 02 08:49:01 2021 +0000
+++ b/LCD.cpp	Thu Mar 03 13:42:31 2022 +0000
@@ -18,6 +18,22 @@
 
 };
 
+void lcd::locate(int column, int row)
+{
+    cursorpos(column+row*0x40);
+}
+
+void lcd::putc(int c)
+{
+    sendeByte(c,0,1);   
+}
+
+void lcd::cls()
+{
+    clear();
+}
+
+
 void lcd::warte(void)
 {/*
     *po=wert;