[python] A module can now ask to present a view controller

This commit is contained in:
Romain Goyet
2020-03-10 20:54:14 -04:00
committed by Émilie Feral
parent bd0b9f8a4a
commit 131df18b00
3 changed files with 8 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
extern "C" {
#include <stddef.h>
}
#include <escher/view_controller.h>
namespace MicroPython {
@@ -21,6 +22,7 @@ public:
virtual void displaySandbox() {}
virtual void hideSandbox() {}
virtual void resetSandbox() {}
virtual void displayViewController(ViewController * controller) {}
virtual void printText(const char * text, size_t length) {}
virtual void refreshPrintOutput() {}
void interrupt();