Test code for the LCD display, should output sample date and time.
Fork of TextLCD_HelloWorld2 by
Revision 10:72aef0816fc1, committed 2017-05-25
- Comitter:
- JHutchinson
- Date:
- Thu May 25 11:08:02 2017 +0000
- Parent:
- 9:2bc040a7e842
- Commit message:
- Final code ready for testing.
Changed in this revision
updateDisplay.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2bc040a7e842 -r 72aef0816fc1 updateDisplay.cpp --- 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() {