Expand description
Crate prelude
Structs§
- Brightness
- Struct that holds display brightness
- Display
Size64x32 - Size information for the common 64x32 variants
- Display
Size64x48 - Size information for the common 64x48 variants
- Display
Size72x40 - Size information for the common 72x40 variants
- Display
Size96x16 - Size information for the common 96x16 variants
- Display
Size128x32 - Size information for the common 128x32 variants
- Display
Size128x64 - Size information for the common 128x64 variants
- I2CInterface
- I2C communication interface
- SPIInterface
- SPI display interface.
Enums§
- Display
Rotation - Display rotation.
Traits§
- Display
Config - Common functions to all display modes.
- Display
Config Async async
- Common functions to all display modes.
- Display
Size - Display information.
- Write
Only Data Command - 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.