8x8 monochrome 1bpp font.

Summary
8x8 monochrome 1bpp font.
Variables
FONT_8x8_COUNTNumber of characters embedded in the font.
FONT_8x8_ASCII_FIRSTASCII code of the first font character.
FONT_8x8_ASCII_LASTASCII code of the last font character.
FONT_DIGIT_INDEXTile index of the first digit character (‘0’).
FONT_UPPER_CASE_INDEXTile index of the first uppercase character (‘A’).
FONT_LOWER_CASE_INDEXTile index of the first lowercase character (‘a’).
font_8x88x8 1bpp font data.

Variables

FONT_8x8_COUNT

FONT_8x8_COUNT=$80

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

FONT_DIGIT_INDEX=$30

Tile index of the first digit character (‘0’).

FONT_UPPER_CASE_INDEX

FONT_UPPER_CASE_INDEX=$41

Tile index of the first uppercase character (‘A’).

FONT_LOWER_CASE_INDEX

FONT_LOWER_CASE_INDEX=$61

Tile index of the first lowercase character (‘a’).

font_8x8

font_8x8:

8x8 1bpp font data.

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