aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gdisp/gdisp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c
index 8af496b3..c2819e38 100644
--- a/src/gdisp/gdisp.c
+++ b/src/gdisp/gdisp.c
@@ -28,7 +28,11 @@
#endif
// Number of milliseconds for the startup logo - 0 means disabled.
-#define GDISP_STARTUP_LOGO_TIMEOUT 1000
+#if GDISP_NEED_STARTUP_LOGO
+ #define GDISP_STARTUP_LOGO_TIMEOUT 1000
+#else
+ #define GDISP_STARTUP_LOGO_TIMEOUT 0
+#endif
// The color to clear the display on startup
#define GDISP_STARTUP_COLOR Black