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 LCD20x2 by
Revision 1:ededb7b77825, committed 2014-03-19
- Comitter:
- redplam
- Date:
- Wed Mar 19 04:08:17 2014 +0000
- Parent:
- 0:157f39f309fa
- Commit message:
- lcd
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 157f39f309fa -r ededb7b77825 main.cpp --- a/main.cpp Wed Mar 19 02:26:56 2014 +0000 +++ b/main.cpp Wed Mar 19 04:08:17 2014 +0000 @@ -6,7 +6,8 @@ Serial pc(USBTX, USBRX); // tx, rx -TextLCD lcd(PTA1, PTA2, PTD4, PTA12, PTA4, PTA5, TextLCD::LCD20x2); // rs, e, d4-d7 ok +//TextLCD lcd(PTA1, PTA2, PTD4, PTA12, PTA4, PTA5, TextLCD::LCD20x2); // rs, e, d4-d7 ok +TextLCD lcd(PTE29, PTE30, PTC1, PTC2, PTB3, PTB2, TextLCD::LCD20x2); // rs, e, d4-d7 ok
