summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-11 14:30:40 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-11 14:30:40 (GMT)
commitd20fdb994d58240d792f67fb074ce2b8ebeec0a3 (patch)
treee19edd696eae69c8da5febe101e3f7352b081b72
parentb6dd8376948b00a5cbcdae12bc12a7b1102b3272 (diff)
downloadTASS-d20fdb994d58240d792f67fb074ce2b8ebeec0a3.zip
TASS-d20fdb994d58240d792f67fb074ce2b8ebeec0a3.tar.gz
TASS-d20fdb994d58240d792f67fb074ce2b8ebeec0a3.tar.bz2
Added colors for norm mode and saturated mode for input gain.
-rw-r--r--Graphic_Equalizer/include/display.hch3
1 files changed, 2 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/display.hch b/Graphic_Equalizer/include/display.hch
index 0ce132b..c971dcf 100644
--- a/Graphic_Equalizer/include/display.hch
+++ b/Graphic_Equalizer/include/display.hch
@@ -27,7 +27,8 @@
#define MASK (pixeldata[31:24])
#define PIXEL (pixeldata <- 24)
#define PIXEL_VOLUME (0x2d74b5)
-#define PIXEL_INPUTGAIN (0xc7541f)
+#define PIXEL_INPUTGAIN_NORM (0x2d74b5)
+#define PIXEL_INPUTGAIN_SAT (0xc7541f)
#define PIXEL_EQUALIZER (0xc7541f)
#define PIXEL_SPECTRUM ((((skindata->spectrum.bottom -(SCANY <- 10)) <<1) <- 8) @ 0x00 @ (((skindata->spectrum.bottom -(SCANY <- 10)) <<1) <- 8))
#define PIXEL_WAVEFORM (0x2d74b5)