moved reDraw() to parent

This commit is contained in:
JP
2014-08-04 11:00:08 +10:00
parent 7c3ec25d70
commit 94fc7e6437
3 changed files with 14 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ void loop() {
uView.display();
}
delay(1000);
delay(500);
uView.clear(PAGE);
widget[1]->reDraw();
@@ -43,6 +43,6 @@ void loop() {
uView.display();
}
delay(1000);
delay(500);
uView.clear(PAGE);
}