From 4886403bc682d0ea921b0e007c427f29973fa915 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 25 Sep 2014 17:42:11 +1000 Subject: Expose the GDISP_STARTUP_COLOR setting for the initial color of displays --- gfxconf.example.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 205c79d3..7ac48591 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -101,10 +101,10 @@ // #define GDISP_NEED_IMAGE_PNG FALSE // #define GDISP_NEED_IMAGE_ACCOUNTING FALSE -//#define GDISP_NEED_STARTUP_LOGO TRUE - //#define GDISP_DEFAULT_ORIENTATION GDISP_ROTATE_LANDSCAPE // If not defined the native hardware orientation is used. //#define GDISP_LINEBUF_SIZE 128 +//#define GDISP_STARTUP_COLOR Black +//#define GDISP_NEED_STARTUP_LOGO TRUE //#define GDISP_TOTAL_DISPLAYS 1 -- cgit v1.2.3