Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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() {
