testando

Dependencies:   mbed TextLCD2

Revision:
105:d547091e8d44
Parent:
103:1192b279c051
--- a/funcoes_ihm.cpp	Fri Jun 12 21:08:00 2020 +0000
+++ b/funcoes_ihm.cpp	Mon Jun 22 20:16:36 2020 +0000
@@ -169,11 +169,9 @@
 
 void funcao_solta_vol_cada(){
     lcd.cls();
-    lcd.printf("Selecao:    *  *  * ");
+    lcd.printf("Selecao:");
     lcd.locate(0,1);
-    lcd.printf("Volume:     *  *  * ");
-    lcd.locate(0,2);
-    lcd.printf("            *  *  * ");
+    lcd.printf("Volume:");
     lcd.locate(0,3);
     lcd.printf("A-Proximo B-Modifica"); 
 }