VLSI Solution Oy / MegaLib Documentation

romfont.h

Go to the documentation of this file.
00001 #ifndef ROMFONT_H
00002 #define ROMFONT_H
00003 
00004 extern const u_int16 fontPtrs[];
00005 extern const u_int16 fontData[];
00006 
00007 #define SYMBOL_SPACE 32
00008 #define SYMBOL_NUMBER 48
00009 #define SYMBOL_ALPHA 65
00010 #define SYMBOL_ALPHA_LOW 97 
00011 #define SYMBOL_LEFTSPK 128
00012 #define SYMBOL_RIGHTSPK 129
00013 #define SYMBOL_USB 130
00014 #define SYMBOL_DISKDRIVE 131
00015 #define SYMBOL_PU 132
00016 #define SYMBOL_KATAKANA 133
00017 #define SYMBOL_DIGIT 197
00018 #define SYMBOL_NOTE 207
00019 #define SYMBOL_PLAY 208
00020 #define SYMBOL_PAUSE 209
00021 #define SYMBOL_STOP 210
00022 
00023 #endif

All software copyright 2005-2006 VLSI Solution OY. Redistribution of this software is strictly forbidden.