affichage v7
Fork of AFFICHAGE by
Diff: Affichage.cpp
- Revision:
- 5:6834f15a1e48
- Parent:
- 4:7c1e87f81b55
- Child:
- 6:82586f775dc5
--- a/Affichage.cpp Thu Feb 16 14:11:33 2017 +0000 +++ b/Affichage.cpp Thu Feb 16 14:50:17 2017 +0000 @@ -23,5 +23,21 @@ void Affichage::affichageCourt(char*message){ m3piA.cls(); m3piA.print(message,strlen(message)); + wait(1); + } + + + + void Affichage::effacerTout(){ + m3piA.cls(); + } + + // teste affichage sur 2 ligne + void Affichage::affichage2ligne(){ + m3piA.cls(); + m3piA.locate(0,0); + m3piA.print("a",1); + m3piA.locate(0,1); + m3piA.print("b",1); } \ No newline at end of file