U8x8 | Fonts
Includes only a limited set of characters to save even more space.
A U8x8 font is a C array of bitmaps. Each character is 8 bytes (one per row). See examples in the library’s c64/ folder. u8x8 fonts
The last letter of the font name indicates which characters it contains: : Full (up to 256 glyphs). : Reduced (ASCII 32–127). : Uppercase only (ASCII 32–95). : Numbers and date/time symbols only. How to Use To set a font in your code, use the method before drawing your string: Includes only a limited set of characters to