Crate fleck

Source
Expand description

Parser for the wonderful uf2 font format.

You can use the no_std feature flag to ensure that you can use this crate in a no_std and no_alloc context.

Structs§

Font
A uf2 font.
Glyph
The representation of one character.
Row
Row of pixels from a Glyph.

Constants§

FILE_SIZE
The size of a uf2 font file.