[][src]Crate display_interface_parallel_gpio

Generic parallel GPIO interface for display drivers

Structs

PGPIO8BitInterface

Parallel 8 Bit communication interface

Enums

DisplayError

A ubiquitous error type for all kinds of problems which could happen when communicating with a display

Traits

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.