summaryrefslogtreecommitdiff
path: root/apps/gui/splash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/splash.c')
-rw-r--r--apps/gui/splash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c
index 4234171207..72279a371d 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -178,9 +178,7 @@ static void splash(struct screen * screen, const char *fmt, va_list ap)
178 screen->set_drawmode(DRMODE_SOLID); 178 screen->set_drawmode(DRMODE_SOLID);
179 } 179 }
180#endif 180#endif
181#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
182 screen->update(); 181 screen->update();
183#endif
184} 182}
185 183
186void gui_splash(struct screen * screen, int ticks, 184void gui_splash(struct screen * screen, int ticks,