summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-06 14:05:44 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-06 14:05:44 (GMT)
commitf20c42b25c076d4a9fb6b4533cf996b693c44c55 (patch)
tree64458da1e1437fd8536b7cae307424f09ceb7c83
parent72636c1b447a02e92d99e184ebdf3ac8005daeef (diff)
downloadTASS-f20c42b25c076d4a9fb6b4533cf996b693c44c55.zip
TASS-f20c42b25c076d4a9fb6b4533cf996b693c44c55.tar.gz
TASS-f20c42b25c076d4a9fb6b4533cf996b693c44c55.tar.bz2
Removed offset's The name wasn't entirly correctly and refactoring in display and eventhandler required them both.
-rw-r--r--Graphic_Equalizer/include/display.hch13
1 files changed, 1 insertions, 12 deletions
diff --git a/Graphic_Equalizer/include/display.hch b/Graphic_Equalizer/include/display.hch
index 72c72a3..0ce132b 100644
--- a/Graphic_Equalizer/include/display.hch
+++ b/Graphic_Equalizer/include/display.hch
@@ -27,6 +27,7 @@
#define MASK (pixeldata[31:24])
#define PIXEL (pixeldata <- 24)
#define PIXEL_VOLUME (0x2d74b5)
+#define PIXEL_INPUTGAIN (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)
@@ -39,18 +40,6 @@
-#define OFFSET_ADDRESS_SKIN 0x00
-#define OFFSET_ADDRESS_HELP 0x01
-#define OFFSET_ADDRESS_GRAPHMASK 0x02
-#define OFFSET_ADDRESS_ABOUT_TOP_FONTYS 0x03
-#define OFFSET_ADDRESS_ABOUT_TOP_TASS 0x04
-#define OFFSET_ADDRESS_ABOUT_TOP_TRANSFER 0x05
-#define OFFSET_ADDRESS_ABOUT_TOP_CELOXICA 0x06
-#define OFFSET_ADDRESS_ABOUT_TOP_DETAILS 0x07
-#define OFFSET_ADDRESS_ABOUT_BOTTOM 0x08
-
-
-
/*
* Main display loop. This function never returns! It handles display output.
* It needs to respond to certain events set by the events pointer. Also it