Crate ssd1331_async

Source
Expand description

Async driver for SSD1331-based displays with SPI interface.

Structs§

Config
Describes the mapping between the display memory and the physical pixels.
Framebuffer
Memory buffer that can serve as a DrawTarget.
Rgb332
Color format used by SSD1331 display when in 8-bit color mode.
Ssd1331
The implementation of the driver.

Enums§

BitDepth
Number of bits per pixel in a data transfer.
ColumnDirection
Order in which a data transfer populates a given RAM row.
Error
Error type for this driver.
PixelOrder
Row- or column-major order of pixels for a data transfer.
RowDirection
Mapping between RAM rows and physical display rows.
RowInterleave
Whether the physical display rows are interleaved compared to the RAM rows.

Constants§

DISPLAY_HEIGHT
DISPLAY_WIDTH

Traits§

WritePixels
Convenience trait to hide details of the driver type.