
show a hello world message to the LCD
Fork of TextLCD_HelloWorld by
Revision 3:2cd4ffb66cfc, committed 2014-03-12
- Comitter:
- nobukuma
- Date:
- Wed Mar 12 13:28:27 2014 +0000
- Parent:
- 2:ad0b044d0a10
- Commit message:
- Change the pin assignment for board orange.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ad0b044d0a10 -r 2cd4ffb66cfc main.cpp --- a/main.cpp Sat Dec 04 11:31:07 2010 +0000 +++ b/main.cpp Wed Mar 12 13:28:27 2014 +0000 @@ -3,7 +3,8 @@ #include "mbed.h" #include "TextLCD.h" -TextLCD lcd(p15, p16, p17, p18, p19, p20); // rs, e, d4-d7 +//TextLCD lcd(p15, p16, p17, p18, p19, p20); // rs, e, d4-d7 +TextLCD lcd(p24, p26, p27, p28, p29, p30); // rs, e, d4-d7 int main() { lcd.printf("Hello World!\n");