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:42:11 +1000
commit5ee4290941f5445649403a84f3f0e9d5bf48b9e2 (patch)
treecc58fee11bb9e6377cc6ac7a63234fec31d19caf /src/gdisp/gdisp_gdisp.c
parent32eb6ff830c959894b35b1c2db57a6c786113050 (diff)
downloaduGFX-5ee4290941f5445649403a84f3f0e9d5bf48b9e2.tar.gz
uGFX-5ee4290941f5445649403a84f3f0e9d5bf48b9e2.tar.bz2
uGFX-5ee4290941f5445649403a84f3f0e9d5bf48b9e2.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. */
/*===========================================================================*/