Constant FONT_3_3

Source
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’.