Expand description
Generic parallel GPIO interface for display drivers
Structs§
- Generic8
BitBus - A generic implementation of OutputBus using OutputPins
- Generic16
BitBus - A generic implementation of OutputBus using OutputPins
- PGPI
O8Bit Interface - Parallel 8 Bit communication interface
- PGPI
O16Bit Interface - Parallel 16 Bit communication interface
Enums§
- Data
Format - DI specific data format wrapper around slices of various widths Display drivers need to implement non-trivial conversions (e.g. with padding) as the hardware requires.
- Display
Error - A ubiquitous error type for all kinds of problems which could happen when communicating with a display
Traits§
- Output
Bus - This trait represents the data pins of a parallel bus.
- 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.