diff --git a/src_main/console/piscreen.h b/src_main/console/piscreen.h index 31e27e7e..9fac189d 100644 --- a/src_main/console/piscreen.h +++ b/src_main/console/piscreen.h @@ -64,6 +64,7 @@ public: PIScreenDrawer * drawer() {return &drawer_;} void clear() {drawer_.clear();} + void resize(int w, int h) {console.resize(w, h);} EVENT_HANDLER0(void, waitForFinish); EVENT_HANDLER0(void, start) {start(false);}