pub fn get_font_bits(c: char) -> Option<&'static [u8; 8]>
Get the 8x8 bitmap data for a character. Returns None if the character is not in the printable ASCII range (32-126).