lcdfonts_8c-source.html
来自「MP3播放器源代码, VS1003B」· HTML 代码 · 共 53 行
HTML
53 行
<!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 Page</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div><h1>lcdfonts.c</h1><a href="lcdfonts_8c.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 00003 <span class="comment">/* note: "code" is a SDCC-8051-specific pragma that makes</span>00004 <span class="comment"> the compiler allocate space from ROM */</span>00005 00006 <a name="l00008"></a><a class="code" href="lcdfonts_8c.html#a0">00008</a> code <span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="lcdfonts_8c.html#a0">lcdFont_barchars</a>[49] = 00009 {64, 16, 16, 16, 16, 16, 64, 64,00010 64, 24, 24, 24, 24, 24, 64, 64,00011 64, 28, 28, 28, 28, 28, 64, 64,00012 64, 30, 30, 30, 30, 30, 64, 64,00013 64, 31, 31, 31, 31, 31, 64, 64, 00014 16, 24, 28, 30, 28, 24, 16, 64,00015 0};00016 <a name="l00018"></a><a class="code" href="lcdfonts_8c.html#a1">00018</a> code <span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="lcdfonts_8c.html#a1">lcdFont_vlsichars</a>[33] = 00019 {29, 29, 29, 13, 5, 3, 1, 64,00020 28, 28, 28, 28, 28, 28, 31, 64,00021 14, 29, 28, 14, 1, 29, 14, 64,00022 28, 28, 28, 28, 28, 28, 28, 64, 0};00023 <a name="l00025"></a><a class="code" href="lcdfonts_8c.html#a2">00025</a> code <span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="lcdfonts_8c.html#a2">lcdFont_vertical_barchars</a>[65] =00026 {64, 64, 64, 64, 64, 64, 64, 31,00027 64, 64, 64, 64, 64, 64, 31, 31, 00028 64, 64, 64, 64, 64, 31, 31, 31,00029 64, 64, 64, 64, 31, 31, 31, 31, 00030 64, 64, 64, 31, 31, 31, 31, 31,00031 64, 64, 31, 31, 31, 31, 31, 31,00032 64, 31, 31, 31, 31, 31, 31, 31,00033 31, 31, 31, 31, 31, 31, 31, 31,00034 0};00035 </div></pre><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 + -
显示快捷键?