Simple 5x7 font for Draw library. More...
#include "draw.h"
Go to the source code of this file.
Defines | |
#define | FONT_FIRST_CHAR 32 |
#define | FONT_LAST_CHAR 128 |
Variables | |
rom char | PicPack5x7_bitmap_0 [] |
rom char | PicPack5x7_bitmap_1 [] |
uns16 | PicPack5x7_index [] |
Definition in file draw_font_picpack_5x7.c.
#define FONT_FIRST_CHAR 32 |
Definition at line 258 of file draw_font_picpack_5x7.c.
#define FONT_LAST_CHAR 128 |
Definition at line 259 of file draw_font_picpack_5x7.c.
rom char PicPack5x7_bitmap_0[] |
Definition at line 54 of file draw_font_picpack_5x7.c.
Referenced by draw_print_str().
rom char PicPack5x7_bitmap_1[] |
Definition at line 123 of file draw_font_picpack_5x7.c.
Referenced by draw_print_str().
uns16 PicPack5x7_index[] |
Definition at line 157 of file draw_font_picpack_5x7.c.
Referenced by draw_length_str(), and draw_print_str().