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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c
index ce8b3cd995..551888544f 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -56,6 +56,7 @@ static void splash(struct screen * screen,
56#ifdef HAVE_LCD_CHARCELLS 56#ifdef HAVE_LCD_CHARCELLS
57 screen->double_height (false); 57 screen->double_height (false);
58#endif 58#endif
59 screen->stop_scroll();
59 vsnprintf( splash_buf, sizeof(splash_buf), fmt, ap ); 60 vsnprintf( splash_buf, sizeof(splash_buf), fmt, ap );
60 61
61 if(center) { 62 if(center) {