From f20c42b25c076d4a9fb6b4533cf996b693c44c55 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 6 Jan 2005 14:05:44 +0000 Subject: Removed offset's The name wasn't entirly correctly and refactoring in display and eventhandler required them both. --- Graphic_Equalizer/include/display.hch | 13 +------------ 1 file changed, 1 insertion(+), 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 -- cgit v0.12