Network, SD card, Serial, LCD and sensors all work! :) ** Don't Press the User Button without an SD Card inserted!! **
Dependencies: BMP280
Fork of Thread_Communication_V2 by
Diff: LCD.cpp
- Revision:
- 14:7c4d87dfc388
- Parent:
- 8:ab6322afa341
--- a/LCD.cpp Fri Jan 05 19:47:33 2018 +0000 +++ b/LCD.cpp Sat Jan 06 12:22:12 2018 +0000 @@ -93,6 +93,12 @@ case 1: DATA(LINE2,CMD); break; + case 2: + DATA(LINE3,CMD); + break; + case 3: + DATA(LINE4,CMD); + break; default: DATA(LINE1,CMD); break; @@ -135,7 +141,7 @@ _E = 0; //DISABLE LCD DATA LINE } /*---------------------------------------------------------------------*/ -void LCD::Write(char text[16]){ +void LCD::Write(char text[80]){ int i = 0;