diff --git a/openrtx/src/threads.c b/openrtx/src/threads.c index 88569313..275e1b42 100644 --- a/openrtx/src/threads.c +++ b/openrtx/src/threads.c @@ -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