Tenga Raffy

Dependencies:   TextLCD mbed

Fork of STMNucleoF401RE_ExampleCode_05_LCD by Corso Rapid Prototyping with STM32Nucleo

Revision:
5:d261737139c5
Parent:
4:b95e3e1f207e
--- 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