Test code for the LCD display, should output sample date and time.

Dependencies:   TextLCD mbed

Fork of TextLCD_HelloWorld2 by Wim Huiskamp

Revision:
10:72aef0816fc1
Parent:
9:2bc040a7e842
--- a/updateDisplay.cpp	Thu May 25 10:04:11 2017 +0000
+++ b/updateDisplay.cpp	Thu May 25 11:08:02 2017 +0000
@@ -8,7 +8,7 @@
 
 // LCD instantiation
 
-TextLCD lcd(PTC7, PTC0, PTC3, PTC4, PTC5, PTC6);        // 4bit bus: rs, e, d4-d7
+TextLCD lcd(PTC7, PTC0, PTD4, PTA12, PTC5, PTC6);        // 4bit bus: rs, e, d4-d7
     
 int main() {