From 00fd786b8e8f989628561205150cc6eb1ca26312 Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Thu, 26 Nov 2020 21:12:05 +0100 Subject: [PATCH] UI: Switch to alternative splash screen --- openrtx/src/threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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