aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_gdisp.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-25 17:42:11 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-25 17:44:50 +1000
commit4886403bc682d0ea921b0e007c427f29973fa915 (patch)
tree0a96c088624edd22a27f764d15071823e47a0af6 /src/gdisp/gdisp_gdisp.c
parent6e265c80d2f9a197b5b1573ffb972c8827162728 (diff)
downloaduGFX-4886403bc682d0ea921b0e007c427f29973fa915.tar.gz
uGFX-4886403bc682d0ea921b0e007c427f29973fa915.tar.bz2
uGFX-4886403bc682d0ea921b0e007c427f29973fa915.zip
Expose the GDISP_STARTUP_COLOR setting for the initial color of displays
Diffstat (limited to 'src/gdisp/gdisp_gdisp.c')
-rw-r--r--src/gdisp/gdisp_gdisp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gdisp/gdisp_gdisp.c b/src/gdisp/gdisp_gdisp.c
index 4a149faa..74cfb67e 100644
--- a/src/gdisp/gdisp_gdisp.c
+++ b/src/gdisp/gdisp_gdisp.c
@@ -38,9 +38,6 @@
#define GDISP_STARTUP_LOGO_TIMEOUT 0
#endif
-// The color to clear the display on startup
-#define GDISP_STARTUP_COLOR Black
-
/*===========================================================================*/
/* Driver local variables. */
/*===========================================================================*/