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.
- Column
Direction - Order in which a data transfer populates a given RAM row.
- Error
- Error type for this driver.
- Pixel
Order - 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§
Traits§
- Write
Pixels - Convenience trait to hide details of the driver type.