diff --git a/escher/src/window.cpp b/escher/src/window.cpp index 747c405b7..5ef730f1e 100644 --- a/escher/src/window.cpp +++ b/escher/src/window.cpp @@ -1,4 +1,5 @@ #include +#include extern "C" { #include } @@ -12,6 +13,7 @@ void Window::redraw(bool force) { if (force) { markRectAsDirty(bounds()); } + Ion::Display::waitForVBlank(); View::redraw(bounds()); }