summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Graphic_Equalizer/include/display_shared.hch3
1 files changed, 3 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/display_shared.hch b/Graphic_Equalizer/include/display_shared.hch
index b631e74..cc65109 100644
--- a/Graphic_Equalizer/include/display_shared.hch
+++ b/Graphic_Equalizer/include/display_shared.hch
@@ -43,6 +43,7 @@ typedef struct {
skininfo_t waveform; /*!< We store all information about the waveform area here. */
skininfo_t spectrum; /*!< We store all information about the spectrum analyzer area here. */
skininfo_t volume; /*!< We store all information about the volume control area here. */
+ skininfo_t inputgain; /*!< We store all information about the inputgain area here. */
skininfo_t equalizer; /*!< We store all information about the equalizerbars here. */
} skindata_t;
@@ -83,6 +84,8 @@ typedef struct {
#define BUTTON_EXIT_TO_SKIN 0x1d /*!< Button that exits the current screen and returns to the normal 'skin' screen */
+#define AREA_INPUTGAIN_YAXIS 0x1e /*!< Input Gain control on the Y plane. */
+
#define AREA_MASK_END 0x7e /*!< Area in mask determining the end of the area beeing drawn */
#define AREA_EQUALIZER_MIN 0x80 /*!< First bar of the Equalizer Area. */