130_Uhr_I2C_LCD_Bua_AA

Files at this revision

API Documentation at this revision

Comitter:
itbusch
Date:
Thu Feb 24 06:48:03 2022 +0000
Parent:
0:43e25c35d0c1
Commit message:
130_Uhr_I2C_LCD_Bua_AA

Changed in this revision

I2C_LCD_Ausgabe.h Show annotated file Show diff for this revision Revisions of this file
--- a/I2C_LCD_Ausgabe.h	Sun Nov 29 10:10:28 2020 +0000
+++ b/I2C_LCD_Ausgabe.h	Thu Feb 24 06:48:03 2022 +0000
@@ -1,1 +1,9 @@
-/**/
\ No newline at end of file
+lcd mylcd;
+
+void Ausgabe_LCD (void)
+{
+    mylcd.cursorpos(0x00);
+    mylcd.printf(" Uhrzeit:");
+    mylcd.cursorpos(0x40);
+    mylcd.printf(" %2d h: m:%2d s:%2d ",stdu, minu, sec);
+}
\ No newline at end of file