Project

General

Profile

Revision 869

Recompiled documentation with additional documentation for SPI and encoders.

View differences:

group__lcd.html
4 4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5 5
<link href="tabs.css" rel="stylesheet" type="text/css">
6 6
</head><body>
7
<!-- Generated by Doxygen 1.5.5 -->
8
<div class="navigation" id="top">
9
  <div class="tabs">
10
    <ul>
11
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13
      <li><a href="modules.html"><span>Modules</span></a></li>
14
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
15
      <li><a href="files.html"><span>Files</span></a></li>
16
    </ul>
17
  </div>
7
<!-- Generated by Doxygen 1.5.4 -->
8
<div class="tabs">
9
  <ul>
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11
    <li><a href="modules.html"><span>Modules</span></a></li>
12
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
13
    <li><a href="files.html"><span>Files</span></a></li>
14
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
15
  </ul>
18 16
</div>
19
<div class="contents">
20 17
<h1>LCD</h1>Functions for the LCD Functions for writing to the LCD. All functions may be found in <a class="el" href="lcd_8h.html" title="Contains definitions for dealing with the LCD screen.">lcd.h</a>.  
21 18
<a href="#_details">More...</a><table border="0" cellpadding="0" cellspacing="0">
22 19
<tr><td></td></tr>
......
67 64
Clears the LCD screen. lcd_init must be called first.<p>
68 65
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
69 66

  
70
<p>References <a class="el" href="lcd_8c-source.html#l00260">lcd_gotoxy()</a>.</p>
71

  
72
<p>Referenced by <a class="el" href="lcd_8c-source.html#l00173">lcd_init()</a>.</p>
73

  
74 67
</div>
75 68
</div><p>
76 69
<a class="anchor" name="gac280d714190003871937d3d92af3a29"></a><!-- doxytag: member="lcd.c::lcd_gotoxy" ref="gac280d714190003871937d3d92af3a29" args="(int x, int y)" -->
......
110 103
</dl>
111 104
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
112 105

  
113
<p>Referenced by <a class="el" href="lcd_8c-source.html#l00206">lcd_clear_screen()</a>.</p>
114

  
115 106
</div>
116 107
</div><p>
117 108
<a class="anchor" name="g6842775ba83d166f02b8fef8bb63b1e6"></a><!-- doxytag: member="lcd.c::lcd_init" ref="g6842775ba83d166f02b8fef8bb63b1e6" args="(void)" -->
......
134 125
Initialize the LCD screen. 
135 126
<p>
136 127
Initializes the LCD. Must be called before any other LCD functions. 
137
<p>References <a class="el" href="time_8c-source.html#l00104">delay_ms()</a>, and <a class="el" href="lcd_8c-source.html#l00206">lcd_clear_screen()</a>.</p>
138

  
139
<p>Referenced by <a class="el" href="dragonfly__lib_8c-source.html#l00071">dragonfly_init()</a>.</p>
140

  
141 128
</div>
142 129
</div><p>
143 130
<a class="anchor" name="gfa7e36b95c43d603f510273ad077cbbe"></a><!-- doxytag: member="lcd.c::lcd_putc" ref="gfa7e36b95c43d603f510273ad077cbbe" args="(char c)" -->
......
167 154
</dl>
168 155
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
169 156

  
170
<p>Referenced by <a class="el" href="lcd_8c-source.html#l00281">lcd_puti()</a>, and <a class="el" href="lcd_8c-source.html#l00233">lcd_puts()</a>.</p>
171

  
172 157
</div>
173 158
</div><p>
174 159
<a class="anchor" name="g0150085af3123e80303a3445821acb40"></a><!-- doxytag: member="lcd.c::lcd_puti" ref="g0150085af3123e80303a3445821acb40" args="(int value)" -->
......
198 183
</dl>
199 184
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
200 185

  
201
<p>References <a class="el" href="lcd_8c-source.html#l00222">lcd_putc()</a>.</p>
202

  
203 186
</div>
204 187
</div><p>
205
</div>
206
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Sep 26 13:39:28 2008 for libdragonfly by&nbsp;
188
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Oct 6 15:44:34 2008 for libdragonfly by&nbsp;
207 189
<a href="http://www.doxygen.org/index.html">
208
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
190
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
209 191
</body>
210 192
</html>

Also available in: Unified diff