Crate ssd1322[][src]

Driver library for the Solomon Systech SSD1322 dot matrix OLED display driver.

Modules

command

The command set for the SSD1322.

config

Defines structs for storing register values of commands in the SSD1322 that are associated with relatively-static configuration.

display

The display interface, which uses command module at a slightly higher level. It provides a builder API to configure the display, and methods for writing image data into display regions.

interface