To change the font, you literally just change the pointer passed to setFont . The library handles the rest.
// 'A' (ASCII 65) 0x00, // ........ 0x3C, // ..####.. 0x66, // .##..##. 0x66, // .##..##. 0x7E, // .######. 0x66, // .##..##. 0x66, // .##..##. 0x00 // ........ u8x8 fonts
When browsing U8x8 fonts, you will see suffixes: To change the font, you literally just change