pub const FONT_3_3: BitmapFont<'_, u16>;
Available on crate feature
font
only.Expand description
π ΅ A simple 3x3 bitmap font.
Notes:
- It includes all 95 ASCII characters from space
' '
to tilde'~'
. - upper and lower case characters are the same.
- βSβ == β5β and βZβ == β2β.