testando

Dependencies:   mbed TextLCD2

Revision:
91:ce9b14cd2137
Parent:
78:e1dfd20407fc
Child:
92:98f159ff780d
--- a/funcoes_ihm.cpp	Mon Jun 08 18:56:49 2020 +0000
+++ b/funcoes_ihm.cpp	Mon Jun 08 20:55:58 2020 +0000
@@ -334,13 +334,19 @@
  
 void funcao_salvo_agree_solta_vol(){ 
     lcd.cls();
-    lcd.printf("1-x  2-y  3-z");
-    lcd.locate(0,1);
-    lcd.printf("4-x  5-y  6-z");
-    lcd.locate(0,2);
-    lcd.printf("7-x  8-y  9-z");
+    lcd.locate(0,0);lcd.printf("1-");
+    lcd.locate(0,1);lcd.printf("4-");
+    lcd.locate(0,2);lcd.printf("7-");
+
+    lcd.locate(7,0);lcd.printf("2-");
+    lcd.locate(7,1);lcd.printf("5-");
+    lcd.locate(7,2);lcd.printf("8-");
+    
+    lcd.locate(15,0);lcd.printf("3-");
+    lcd.locate(15,1);lcd.printf("6-");
+    lcd.locate(15,2);lcd.printf("9-");
     lcd.locate(0,3);
-    lcd.printf("A-Modifica  B-Voltar");  
+    lcd.printf("A-Proximo B-Modifica");  
  }
  
  void funcao_salvo_vol_solta_modifica(){