Tenga Raffy

Dependencies:   TextLCD mbed

Fork of STMNucleoF401RE_ExampleCode_05_LCD by Corso Rapid Prototyping with STM32Nucleo

Files at this revision

API Documentation at this revision

Comitter:
LorenzoCR
Date:
Sat Jun 10 13:52:19 2017 +0000
Parent:
4:b95e3e1f207e
Commit message:
qq

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
--- 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
--- 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