From 94f1cc2f0a4db0c6f1483e6d648068e031bcc094 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 10 Mar 2018 20:36:12 +1000 Subject: Change new colors to GFX_RED instead of GFXRED. Use the new color defs --- src/gdisp/gdisp_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gdisp/gdisp_options.h') diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h index 8fb409a2..06aeaf52 100644 --- a/src/gdisp/gdisp_options.h +++ b/src/gdisp/gdisp_options.h @@ -223,7 +223,7 @@ * @brief Define the initial background color for all displays in the system. */ #ifndef GDISP_STARTUP_COLOR - #define GDISP_STARTUP_COLOR Black + #define GDISP_STARTUP_COLOR GFX_BLACK #endif /** * @brief Define the default orientation for all displays in the system. -- cgit v1.2.3