[][src]Function rmicrobit::graphics::font::character

pub fn character(index: u8) -> &'static BitImage

Returns an image representing the requested ascii character.

If the requested character isn't printable, returns a 'hollow square' image.

Example

font::character(b'x')