Plamen Totev
/
LCD20x2
rev1
Fork of LCD20x2 by
Revision 1:08def1d1add6, committed 2014-03-19
- Comitter:
- redplam
- Date:
- Wed Mar 19 04:12:38 2014 +0000
- Parent:
- 0:157f39f309fa
- Commit message:
- rev1
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 157f39f309fa -r 08def1d1add6 main.cpp --- a/main.cpp Wed Mar 19 02:26:56 2014 +0000 +++ b/main.cpp Wed Mar 19 04:12:38 2014 +0000 @@ -6,7 +6,7 @@ Serial pc(USBTX, USBRX); // tx, rx -TextLCD lcd(PTA1, PTA2, PTD4, PTA12, PTA4, PTA5, TextLCD::LCD20x2); // rs, e, d4-d7 ok +TextLCD lcd(PTA10, PTA2, PTD4, PTA12, PTA4, PTA5, TextLCD::LCD20x2); // rs, e, d4-d7 ok