Crate uc8151

Source
Expand description

This is a Rust port of the Pimoroni UC8151 library.
UC8151 is also sometimes referred to as IL0373.

The current implementation only supports the particular variant used on the Pimoroni Badger2040, which uses a black and white (1bit per pixel) 128x296 pixel screen. Rust embedded-graphics support is enabled with the graphics feature, which is enabled by default.

Structs§

Uc8151
Uc8151 driver
UpdateRegion
Represents a rectangular display region to be updated.

Enums§

LUT
Screen refresh-speed configurations for the display
SpiDataError
An error that with the SPI data bus

Constants§

HEIGHT
Height of the screen in pixels
WIDTH
Width of the screen in pixels