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, 1 insertions, 1 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c
index 1415d47a70..b85e4693aa 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -120,7 +120,7 @@ static void splash_internal(struct screen * screen, const char *fmt, va_list ap)
120 vp.y += (vp.height - height) / 2; 120 vp.y += (vp.height - height) / 2;
121 vp.width = width; 121 vp.width = width;
122 vp.height = height; 122 vp.height = height;
123 123
124 vp.flags |= VP_FLAG_ALIGN_CENTER; 124 vp.flags |= VP_FLAG_ALIGN_CENTER;
125#if LCD_DEPTH > 1 125#if LCD_DEPTH > 1
126 if (screen->depth > 1) 126 if (screen->depth > 1)