From d0dff5e7fe6bb84971411bfc75cff85cd9644aaa Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Mon, 9 Apr 2018 13:37:11 +0200 Subject: [PATCH] [ion] The flasher starts on a yellow screen --- ion/src/device/usb/flasher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ion/src/device/usb/flasher.cpp b/ion/src/device/usb/flasher.cpp index c7d7905ea..e80d984e3 100644 --- a/ion/src/device/usb/flasher.cpp +++ b/ion/src/device/usb/flasher.cpp @@ -3,6 +3,7 @@ #include void ion_main(int argc, char * argv[]) { + Ion::Display::pushRectUniform(KDRect(0,0,Ion::Display::Width,Ion::Display::Height), KDColorYellow); while (true) { Ion::USB::enable(); while (!OTG.GINTSTS()->getENUMDNE()) {