Crate ssd1322_rs

Source
Expand description

This is an SSD1322 Crate

Modules§

instruction
SSD1322 commands, used to configure and control the display .

Structs§

Config
Optional configuration structure to invertthe colour or screen orientation
Frame
A frame buffer for the SSD1322 display.
SSD1322
Async SSD1322 OLED display driver.

Enums§

Error
Error Types used within this crate
Orientation
Display orientation.

Functions§

calculate_buffer_size
Calculates the buffer size required for the 4bpp SSD1322 display based on its width and height.