summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/display_shared.hch
blob: a3f2cb12e86cfec48bf092c6fc12ab98ab164760 (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
/*! \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_HELP		0x12

#define AREA_EQUALIZER_MIN	0x80
#define AREA_EQUALIZER_MAX	0xff

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