summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/configuration.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-16 16:07:12 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-16 16:07:12 (GMT)
commitaf87b55d03ad6f13196d27c7483837a7c4606564 (patch)
tree09d2df7d043fc72d54114d61c10c518f726bfe2e /Graphic_Equalizer/include/configuration.hch
parent75740fc47251c003d9d3b32efdf60fd2ca7f9e1e (diff)
downloadTASS-af87b55d03ad6f13196d27c7483837a7c4606564.zip
TASS-af87b55d03ad6f13196d27c7483837a7c4606564.tar.gz
TASS-af87b55d03ad6f13196d27c7483837a7c4606564.tar.bz2
Attempt to add Spectrum Analasys.
Diffstat (limited to 'Graphic_Equalizer/include/configuration.hch')
-rw-r--r--Graphic_Equalizer/include/configuration.hch5
1 files changed, 3 insertions, 2 deletions
diff --git a/Graphic_Equalizer/include/configuration.hch b/Graphic_Equalizer/include/configuration.hch
index a92fb7c..d118219 100644
--- a/Graphic_Equalizer/include/configuration.hch
+++ b/Graphic_Equalizer/include/configuration.hch
@@ -97,8 +97,9 @@
/*
* Set the color for various items that will be drawn on screen.
*/
-#define PIXEL_VOLUME_YAXIS (0x0000ff)
-#define PIXEL_EQUALIZER (0xff0000)
+#define PIXEL_VOLUME_YAXIS (0x0000ff)
+#define PIXEL_EQUALIZER (0xff0000)
+#define PIXEL_SPECTRUM (0x0000ff)