From d5f7e49767bba5d542f4eede65d7cbbd86c8067a Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 20 Jan 2005 15:02:22 +0000 Subject: Use a pretty gray color. --- Graphic_Equalizer/include/display.hch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphic_Equalizer/include/display.hch b/Graphic_Equalizer/include/display.hch index 38cd16c..ee994eb 100644 --- a/Graphic_Equalizer/include/display.hch +++ b/Graphic_Equalizer/include/display.hch @@ -24,7 +24,7 @@ /* * Set the color for various items that will be drawn on screen. */ -#define DISABLED (0x444444) +#define DISABLED (0x808080) #define MASK (pixeldata[31:24]) #define PIXEL (pixeldata <- 24) #define PIXEL_VOLUME (0x2d74b5) -- cgit v0.12