lcdfonts_8c.html

来自「MP3 Player Source Code」· HTML 代码 · 共 162 行

HTML
162
字号
<!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>VLSI Solution Oy Evaluation MP3 Player Source Code Documentation</title><link href="doxygen.css" rel="stylesheet" type="text/css"><img src="vlsi_small.gif" hspace="20" bordercolor="#ffffff"  alt="VLSI Solution Oy"><b>VLSI Solution Oy Evaluation MP3 Player Source Code Documentation</b><p></p></head><body><!-- Generated by Doxygen 1.3.7 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div><h1>lcdfonts.c File Reference</h1>LCD font tables.  <a href="#_details">More...</a><p><p>This graph shows which files directly or indirectly include this file:<p><center><img src="lcdfonts_8c__dep__incl.png" border="0" usemap="#lcdfonts.cdep_map" alt="Included by dependency graph"></center><map name="lcdfonts.cdep_map"><area href="lcd_8c.html" shape="rect" coords="20,18,57,42" alt=""></map><p><a href="lcdfonts_8c-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Variables</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>code const char&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="lcdfonts_8c.html#a0">lcdFont_barchars</a> [49]</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Horizontal bar characters for volume setting etc.  <a href="#a0"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>code const char&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="lcdfonts_8c.html#a1">lcdFont_vlsichars</a> [33]</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">VLSI logo.  <a href="#a1"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>code const char&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="lcdfonts_8c.html#a2">lcdFont_vertical_barchars</a> [65]</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Vertical bar characters for spectrum analyzer.  <a href="#a2"></a><br><br></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>LCD font tables. <p><p>Definition in file <a class="el" href="lcdfonts_8c-source.html">lcdfonts.c</a>.<hr><h2>Variable Documentation</h2><a class="anchor" name="a0" doxytag="lcdfonts.c::lcdFont_barchars" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> code const char <a class="el" href="lcdfonts_8h.html#a0">lcdFont_barchars</a>[49]          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p><b>Initial value:</b><pre class="fragment"><div>   {64, 16, 16, 16, 16, 16, 64, 64,   64, 24, 24, 24, 24, 24, 64, 64,   64, 28, 28, 28, 28, 28, 64, 64,   64, 30, 30, 30, 30, 30, 64, 64,   64, 31, 31, 31, 31, 31, 64, 64,    16, 24, 28, 30, 28, 24, 16, 64,   0}</div></pre>Horizontal bar characters for volume setting etc. <p><p>Definition at line <a class="el" href="lcdfonts_8c-source.html#l00008">8</a> of file <a class="el" href="lcdfonts_8c-source.html">lcdfonts.c</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>, and <a class="el" href="lcd_8c-source.html#l00056">LcdReset()</a>.    </td>  </tr></table><a class="anchor" name="a2" doxytag="lcdfonts.c::lcdFont_vertical_barchars" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> code const char <a class="el" href="lcdfonts_8h.html#a2">lcdFont_vertical_barchars</a>[65]          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p><b>Initial value:</b><pre class="fragment"><div>  {64, 64, 64, 64, 64, 64, 64, 31,   64, 64, 64, 64, 64, 64, 31, 31,      64, 64, 64, 64, 64, 31, 31, 31,   64, 64, 64, 64, 31, 31, 31, 31,      64, 64, 64, 31, 31, 31, 31, 31,   64, 64, 31, 31, 31, 31, 31, 31,   64, 31, 31, 31, 31, 31, 31, 31,   31, 31, 31, 31, 31, 31, 31, 31,   0}</div></pre>Vertical bar characters for spectrum analyzer. <p><p>Definition at line <a class="el" href="lcdfonts_8c-source.html#l00025">25</a> of file <a class="el" href="lcdfonts_8c-source.html">lcdfonts.c</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>.    </td>  </tr></table><a class="anchor" name="a1" doxytag="lcdfonts.c::lcdFont_vlsichars" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> code const char <a class="el" href="lcdfonts_8h.html#a1">lcdFont_vlsichars</a>[33]          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p><b>Initial value:</b><pre class="fragment"><div>   {29, 29, 29, 13,  5,  3,  1, 64,   28, 28, 28, 28, 28, 28, 31, 64,   14, 29, 28, 14,  1, 29, 14, 64,   28, 28, 28, 28, 28, 28, 28, 64, 0}</div></pre>VLSI logo. <p><p>Definition at line <a class="el" href="lcdfonts_8c-source.html#l00018">18</a> of file <a class="el" href="lcdfonts_8c-source.html">lcdfonts.c</a>.<p>Referenced by <a class="el" href="lcd_8c-source.html#l00147">LcdSplashScreen()</a>.    </td>  </tr></table><hr><FONT SIZE="-1">All software copyright 2000-2004 <a href="http://www.vlsi.fi/"> VLSI Solution OY.</a>Redistribution of these software modules are limited to promotional use onlyand only with the VS1011 / VS1002 / VS1003  MP3-Evakit evaluation boards. Free orcommercial use of these software modules in MP3 players is ok if theproduct includes MP3 decoder chip(s) from VLSI. You can request the complete(compilable) package from mp3@vlsi.fi</FONT>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?