VLSI Solution Oy VS1103 VLSI Solution Karaoke, MIDI and ADPCM Player Source Code Documentation

Main Page | Class List | File List | Class Members | File Members | Related Pages

lcdfonts.c

Go to the documentation of this file.
00001 
00003 /* note: "code" is a SDCC-8051-specific pragma that makes
00004    the compiler allocate space from ROM */
00005 
00006 
00008 code const char lcdFont_barchars[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 
00018 code const char lcdFont_vlsichars[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 
00025 code const char lcdFont_vertical_barchars[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 

All software copyright 2000-2004 VLSI Solution OY. Redistribution of these software modules is limited to VLSI Solution Oy chip promotional use only. Free or commercial use of these software modules in MP3 players is ok if the product includes chip(s) from VLSI. You can request the complete (compilable) package from mp3@vlsi.fi. This exampe code is provided with good faith to assist You in code development, but under no circumstances will VLSI offer any guarantees on the usability or functionality of any example software or its fitness for any purpose.