RKTK API Docs RKTK Home Repo

Module prelude

Source
Expand description

Crate prelude

Structs§

Brightness
Struct that holds display brightness
DisplaySize64x32
Size information for the common 64x32 variants
DisplaySize64x48
Size information for the common 64x48 variants
DisplaySize72x40
Size information for the common 72x40 variants
DisplaySize96x16
Size information for the common 96x16 variants
DisplaySize128x32
Size information for the common 128x32 variants
DisplaySize128x64
Size information for the common 128x64 variants
I2CInterface
I2C communication interface
SPIInterface
SPI display interface.

Enums§

DisplayRotation
Display rotation.

Traits§

DisplayConfig
Common functions to all display modes.
DisplayConfigAsyncasync
Common functions to all display modes.
DisplaySize
Display information.
WriteOnlyDataCommand
This trait implements a write-only interface for a display which has separate data and command modes. It is the responsibility of implementations to activate the correct mode in their implementation when corresponding method is called.