![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Tenga Raffy
Fork of STMNucleoF401RE_ExampleCode_05_LCD by
Revision 5:d261737139c5, committed 2017-06-10
- Comitter:
- LorenzoCR
- Date:
- Sat Jun 10 13:52:19 2017 +0000
- Parent:
- 4:b95e3e1f207e
- Commit message:
Changed in this revision
TextLCD.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b95e3e1f207e -r d261737139c5 TextLCD.lib --- a/TextLCD.lib Mon Jan 09 10:54:23 2017 +0000 +++ b/TextLCD.lib Sat Jun 10 13:52:19 2017 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/perlatecnica/code/TextLCD/#b4ec0bc9d921 +http://developer.mbed.org/teams/20170113-Corso-Rapid-Prototyping-with-ST/code/TextLCD/#b4ec0bc9d921
diff -r b95e3e1f207e -r d261737139c5 main.cpp --- a/main.cpp Mon Jan 09 10:54:23 2017 +0000 +++ b/main.cpp Sat Jun 10 13:52:19 2017 +0000 @@ -28,12 +28,15 @@ lcd.cls(); // Stampa sullo schermo - lcd.printf(" Welcome to"); + for (int I=0; I<=12; I++){ + lcd.setAddress(I, 0); + lcd.printf("Sono"); // punta alla prima colonna del secondo rigo del display lcd.setAddress(0, 1); // Stampa sullo schermo - lcd.printf("STM32 Testing"); - wait(2); + lcd.printf("Tammaro"); + wait(1);} + } \ No newline at end of file