summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/doc/html/display__shared_8hch-source.html
blob: fcd672a7e3206e4f459e4127f23614720400ad88 (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
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Graphic Equalizer: C:/Project  Marcel &amp; Oliver/Graphic_Equalizer/include/display_shared.hch Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="globals.html">Globals</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">C:</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">Project  Marcel &amp; Oliver</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">Graphic_Equalizer</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">include</a></div>
<h1>display_shared.hch</h1><a href="display__shared_8hch.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 
00019 <span class="preprocessor">#ifndef _DISPLAY_SHARED_HCH</span>
00020 <span class="preprocessor"></span><span class="preprocessor">#define _DISPLAY_SHARED_HCH 1</span>
00021 <span class="preprocessor"></span>
00022 
00023 
00024 <span class="keyword">typedef</span> <span class="keyword">struct </span>{
00025         <span class="keywordtype">unsigned</span> 10 area_spectrum_bottom, area_spectrum_top, area_spectrum_left, area_spectrum_right;
00026         <span class="keywordtype">unsigned</span> 10 area_waveform_bottom, area_waveform_top, area_waveform_left, area_waveform_right;
00027         <span class="keywordtype">unsigned</span> 10 area_volume_bottom, area_volume_top, area_volume_left, area_volume_right;
00028         <span class="keywordtype">unsigned</span> 24 color_area_volume, color_area_waveform, color_area_spectrum_top, color_area_spectrum_bottom, color_equalizer;
00029 } skindata_t;
00030 
00031 
00032 
00033 <span class="comment">/*</span>
00034 <span class="comment"> * Define all area's of the display.</span>
00035 <span class="comment"> */</span>
00036 <span class="preprocessor">#define AREA_WAVEFORM           0x01</span>
00037 <span class="preprocessor"></span><span class="preprocessor">#define AREA_VOLUME_YAXIS       0x02</span>
00038 <span class="preprocessor"></span><span class="preprocessor">#define AREA_SPECTRUM_ANALYZER  0x03</span>
00039 <span class="preprocessor"></span>
00040 <span class="preprocessor">#define BUTTON_LOG              0x04</span>
00041 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_DEMO             0x05</span>
00042 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_RESET            0x06</span>
00043 <span class="preprocessor"></span>
00044 <span class="preprocessor">#define BUTTON_PRESET_1         0x07</span>
00045 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_PRESET_2         0x08</span>
00046 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_PRESET_3         0x09</span>
00047 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_PRESET_4         0x0a</span>
00048 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_PRESET_5         0x0b</span>
00049 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_PRESET_6         0x0c</span>
00050 <span class="preprocessor"></span>
00051 <span class="preprocessor">#define BUTTON_CONVEX_FULL      0x0d </span><span class="comment">/* / \ */</span>
00052 <span class="preprocessor">#define BUTTON_CONVEX_HALF      0x0e </span><span class="comment">/* /\  */</span>
00053 <span class="preprocessor">#define BUTTON_PRECISE          0x0f </span><span class="comment">/* |   */</span>
00054 <span class="preprocessor">#define BUTTON_CONCAVE_HALF     0x10 </span><span class="comment">/* \/  */</span>
00055 <span class="preprocessor">#define BUTTON_CONCAVE_FULL     0x11 </span><span class="comment">/* \ / */</span>
00056 
00057 <span class="preprocessor">#define BUTTON_HELP             0x12</span>
00058 <span class="preprocessor"></span><span class="preprocessor">#define BUTTON_MODE             0x13</span>
00059 <span class="preprocessor"></span>
00060 <span class="preprocessor">#define AREA_EQUALIZER_MIN      0x80</span>
00061 <span class="preprocessor"></span><span class="preprocessor">#define AREA_EQUALIZER_MAX      0xff</span>
00062 <span class="preprocessor"></span>
00063 <span class="preprocessor">#else</span>
00064 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR file display_shared.hch multiple times included"</span>
00065 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* --- _DISPLAY_SHARED_HCH --- */</span>
00066 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Nov 29 12:04:46 2004 for Graphic Equalizer by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>