
Código para o menu no LCD
Dependencies: mbed SDFileSystemSD TextLCD
Fork of TextLCD_HelloWorld2 by
Revision 14:ec8d10a34a2c, committed 2018-05-11
- Comitter:
- claraluques
- Date:
- Fri May 11 18:14:57 2018 +0000
- Parent:
- 13:1670c34440a5
- Child:
- 15:043bb371a50b
- Commit message:
- comentei descri??o das fun??es
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 11 18:13:38 2018 +0000 +++ b/main.cpp Fri May 11 18:14:57 2018 +0000 @@ -371,7 +371,7 @@ } //func 11 - void finalizado() { + void finalizado() { //tela aviso programa finalizado lcd.cls(); lcd.locate(6,1); lcd.printf("PROGRAMA"); @@ -390,7 +390,7 @@ //func 15 //func 16 - void limitepontos(){ + void limitepontos(){ //tela para quando acabam os pontos lcd.cls(); lcd.printf(" Voce atingiu o n%c maximo de pontos.", 0xDF); lcd.locate(0,3);