mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[ion] The flasher starts on a yellow screen
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <ion.h>
|
||||
|
||||
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()) {
|
||||
|
||||
Reference in New Issue
Block a user