testando

Dependencies:   mbed TextLCD2

Revision:
56:e748b9bd5e3c
Parent:
55:4d071fb49f24
Child:
62:858c3f22c337
Child:
68:b36bb895c8c1
--- a/funcoes_ihm.cpp	Sat May 30 19:57:40 2020 +0000
+++ b/funcoes_ihm.cpp	Sat May 30 21:20:23 2020 +0000
@@ -140,7 +140,7 @@
     lcd.printf("de solta, em mm:");
     lcd.locate(0,2);
     lcd.printf("");
-    lcd.printf(0,3);
+    lcd.locate(0,3);
     lcd.printf("A-Proximo  B-Voltar");   
 }
 
@@ -168,18 +168,18 @@
 
 void funcao_solta_vol_cada(){
     lcd.cls();
-    lcd.printf("Selecao:      * * * ");
+    lcd.printf("Selecao:    *  *  * ");
     lcd.locate(0,1);
-    lcd.printf("Volume:        * * * ");
+    lcd.printf("Volume:     *  *  * ");
     lcd.locate(0,2);
-    lcd.printf("A-Confirma    * * * ");
+    lcd.printf("            *  *  * ");
     lcd.locate(0,3);
     lcd.printf("A-Proximo  B-Voltar"); 
 }
 
 void funcao_solta_pos_x(){ //desativar os botoes de Y
     lcd.cls();
-    lcd.printf("Posicione pega em X");
+    lcd.printf("Posicione solta em X");
     lcd.locate(0,1);
     lcd.printf("Use botoes ate chegar");
     lcd.locate(0,2);
@@ -190,7 +190,7 @@
 
 void funcao_solta_pos_y(){ //desativar os botoes de X
     lcd.cls();
-    lcd.printf("Posicione pega em Y");
+    lcd.printf("Posicione solta em Y");
     lcd.locate(0,1);
     lcd.printf("Use botoes ate chegar");
     lcd.locate(0,2);