8x8 monochrome 1bpp font. | |
Variables | |
FONT_8x8_COUNT | Number of characters embedded in the font. |
FONT_8x8_ASCII_FIRST | ASCII code of the first font character. |
FONT_8x8_ASCII_LAST | ASCII code of the last font character. |
FONT_DIGIT_INDEX | Tile index of the first digit character (‘0’). |
FONT_UPPER_CASE_INDEX | Tile index of the first uppercase character (‘A’). |
FONT_LOWER_CASE_INDEX | Tile index of the first lowercase character (‘a’). |
font_8x8 | 8x8 1bpp font data. |
Number of characters embedded in the font.
FONT_8x8_COUNT=$80
Tile index of the first digit character (‘0’).
FONT_DIGIT_INDEX=$30
Tile index of the first uppercase character (‘A’).
FONT_UPPER_CASE_INDEX=$41
Tile index of the first lowercase character (‘a’).
FONT_LOWER_CASE_INDEX=$61
8x8 1bpp font data.
font_8x8: