Crate sensehat_screen [] [src]

Structs

FontCollection

A set of font symbols that can be printed on a Screen.

FontString

A string of font symbols valid for rendering. FontString instances can only be created by a FontCollection instance.

FrameLine

A single frame on the screen. Defaults to an inner capacity for 128 bytes, suitable for the 8x8 pixel screen.

PixelColor

A single LED pixel color, with RGB565 rendering.

Screen

Framebuffered 8x8 LED screen.

Functions

font_to_frame

Render a font symbol with a PixelColor into a FrameLine.

print_collection

Display the contents of a FontCollection on stdout.