summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-20 15:02:22 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-20 15:02:22 (GMT)
commitd5f7e49767bba5d542f4eede65d7cbbd86c8067a (patch)
treeac2cf1b3b0c57e467383360307d91f1b910d2095
parent1139810db57a825d126e4fcc214674ef6f6c41a4 (diff)
downloadTASS-d5f7e49767bba5d542f4eede65d7cbbd86c8067a.zip
TASS-d5f7e49767bba5d542f4eede65d7cbbd86c8067a.tar.gz
TASS-d5f7e49767bba5d542f4eede65d7cbbd86c8067a.tar.bz2
Use a pretty gray color.
-rw-r--r--Graphic_Equalizer/include/display.hch2
1 files changed, 1 insertions, 1 deletions
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)