summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/display_shared.hch
blob: de2e760fd41d71a01824ea2b9bc9a4ee0f038bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*! \file display_shared.hch
 *
 * \section generic Message build up information and more
 *
 * \section project Project information.
 * Project Graphic Equalizer\n
 * \author 
 * \date 20041011
 * \version 0.1
 *
 * \section copyright Copyright
 * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
 *
 * \section history Change history
 * 20041011: \n	Initial version
 *
 ********************************************************************/
 
#ifndef _DISPLAY_SHARED_HCH
#define _DISPLAY_SHARED_HCH 1



/*
 * Define all area's of the display.
 */
#define AREA_WAVEFORM		0x01
#define AREA_VOLUME_YAXIS	0x02
#define AREA_SPECTRUM_ANALYZER	0x03

#define BUTTON_LOG		0x04
#define BUTTON_DEMO		0x05
#define BUTTON_RESET		0x06

#define BUTTON_PRESET_1		0x07
#define BUTTON_PRESET_2		0x08
#define BUTTON_PRESET_3		0x09
#define BUTTON_PRESET_4		0x0a
#define BUTTON_PRESET_5		0x0b
#define BUTTON_PRESET_6		0x0c

#define BUTTON_1		0x0d
#define BUTTON_2		0x0e
#define BUTTON_3		0x0f
#define BUTTON_4		0x10
#define BUTTON_5		0x11

#define BUTTON_HELP		0x12
#define BUTTON_MODE		0x13

#define AREA_EQUALIZER_MIN	0x80
#define AREA_EQUALIZER_MAX	0xff

#else
#error "ERROR file display_shared.hch multiple times included"
#endif /* --- _DISPLAY_SHARED_HCH --- */