mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-03 08:44:05 +01:00
moved reDraw() to parent
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user