Line No. | Rev | Author | Line |
---|---|---|---|
1 | 6 | kaklik | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
||
3 | <title>Procyon AVRlib: glcd.c File Reference</title> |
||
4 | <link href="dox.css" rel="stylesheet" type="text/css"> |
||
5 | </head><body> |
||
6 | <!-- Generated by Doxygen 1.4.2 --> |
||
7 | <div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
||
8 | <h1>glcd.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> |
||
9 | |||
10 | <p> |
||
11 | Definition in file <a class="el" href="glcd_8c-source.html">glcd.c</a>. |
||
12 | <p> |
||
13 | <code>#include <avr/io.h></code><br> |
||
14 | <code>#include <avr/pgmspace.h></code><br> |
||
15 | <code>#include "<a class="el" href="glcd_8h-source.html">glcd.h</a>"</code><br> |
||
16 | <code>#include "<a class="el" href="ks0108_8h-source.html">ks0108.h</a>"</code><br> |
||
17 | <code>#include "<a class="el" href="font5x7_8h-source.html">font5x7.h</a>"</code><br> |
||
18 | <code>#include "<a class="el" href="fontgr_8h-source.html">fontgr.h</a>"</code><br> |
||
19 | |||
20 | <p> |
||
21 | <a href="glcd_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
||
22 | <tr><td></td></tr> |
||
23 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
||
24 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0" doxytag="glcd.c::glcdSetDot"></a> |
||
25 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="glcd_8c.html#a0">glcdSetDot</a> (u08 x, u08 y)</td></tr> |
||
26 | |||
27 | <tr><td class="mdescLeft"> </td><td class="mdescRight">set a dot on the display (x is horiz 0:127, y is vert 0:63) <br></td></tr> |
||
28 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1" doxytag="glcd.c::glcdClearDot"></a> |
||
29 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="glcd_8c.html#a1">glcdClearDot</a> (u08 x, u08 y)</td></tr> |
||
30 | |||
31 | <tr><td class="mdescLeft"> </td><td class="mdescRight">clear a dot on the display (x is horiz 0:127, y is vert 0:63) <br></td></tr> |
||
32 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2" doxytag="glcd.c::glcdLine"></a> |
||
33 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="glcd_8c.html#a2">glcdLine</a> (u08 x1, u08 y1, u08 x2, u08 y2)</td></tr> |
||
34 | |||
35 | <tr><td class="mdescLeft"> </td><td class="mdescRight">draw line <br></td></tr> |
||
36 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a3" doxytag="glcd.c::glcdRectangle"></a> |
||
37 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="glcd_8c.html#a3">glcdRectangle</a> (u08 x, u08 y, u08 a, u08 b)</td></tr> |
||
38 | |||
39 | <tr><td class="mdescLeft"> </td><td class="mdescRight">draw rectangle (coords????) <br></td></tr> |
||
40 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4" doxytag="glcd.c::glcdCircle"></a> |
||
41 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="glcd_8c.html#a4">glcdCircle</a> (u08 xcenter, u08 ycenter, u08 radius)</td></tr> |
||
42 | |||
43 | <tr><td class="mdescLeft"> </td><td class="mdescRight">draw circle of <radius> at <xcenter,ycenter> <br></td></tr> |
||
44 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a5" doxytag="glcd.c::glcdWriteChar"></a> |
||
45 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="glcd_8c.html#a5">glcdWriteChar</a> (unsigned char c)</td></tr> |
||
46 | |||
47 | <tr><td class="mdescLeft"> </td><td class="mdescRight">write a standard ascii charater (values 20-127) <br></td></tr> |
||
48 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a6" doxytag="glcd.c::glcdWriteCharGr"></a> |
||
49 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="glcd_8c.html#a6">glcdWriteCharGr</a> (u08 grCharIdx)</td></tr> |
||
50 | |||
51 | <tr><td class="mdescLeft"> </td><td class="mdescRight">write a special graphic character/icon <br></td></tr> |
||
52 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a7" doxytag="glcd.c::glcdPutStr"></a> |
||
53 | void </td><td class="memItemRight" valign="bottom"><b>glcdPutStr</b> (unsigned char *data)</td></tr> |
||
54 | |||
55 | </table> |
||
56 | <hr size="1"><address style="align: right;"><small>Generated on Sun Oct 29 03:41:08 2006 for Procyon AVRlib by |
||
57 | <a href="http://www.doxygen.org/index.html"> |
||
58 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address> |
||
59 | </body> |
||
60 | </html> |
Powered by WebSVN v2.8.3