LCD Baseshield GSOE GSOF
Dependents: WebserverGSOE_Schnaiter HC05__TI4_RP5_Schnaiter
Diff: LCD.cpp
- Revision:
- 7:c3d157395c16
- Parent:
- 2:96140687b227
- Child:
- 12:05f13250c22d
--- a/LCD.cpp Mon Apr 27 19:59:58 2020 +0000 +++ b/LCD.cpp Tue Apr 28 10:53:26 2020 +0000 @@ -11,9 +11,11 @@ void lcd::clear(void) { + sendeByte(0x01,0,0); cursorpos(0); //sleep_for(20); + }; void lcd::warte(void)