UI: Switch to alternative splash screen
This commit is contained in:
parent
b4952592aa
commit
00fd786b8e
|
|
@ -61,7 +61,7 @@ static void ui_task(void *arg)
|
|||
ui_init();
|
||||
|
||||
// Display splash screen
|
||||
ui_drawSplashScreen();
|
||||
ui_drawSplashScreen2();
|
||||
gfx_render();
|
||||
while(gfx_renderingInProgress());
|
||||
// Wait 30ms to hide random pixels on screen
|
||||
|
|
|
|||
Loading…
Reference in New Issue