summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/splash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c
index 50355d3..10a6885 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -34,15 +34,16 @@
#define MAXLINES (LCD_HEIGHT/6)
#define MAXBUFFER 512
+#define RECT_SPACING 2
#else /* HAVE_LCD_CHARCELLS */
#define MAXLINES 2
#define MAXBUFFER 64
+#define RECT_SPACING 0
#endif
-#define RECT_SPACING 2
static void splash_internal(struct screen * screen, const char *fmt, va_list ap)
{