pub struct Lcd<S> { /* private fields */ }
Expand description

An interface to an LCD controller using one sub-bank

This struct provides low-level read and write commands that can be used to implement drivers for LCD controllers. Each function corresponds to exactly one transaction on the bus.

Implementations

Writes a value with the data/command (address) signals set high

Writes a value with the data/command (address) signals set low

Reads a value with the data/command (address) signals set high

Reads a value with the data/command (address) signals set low

Trait Implementations

Send a batch of commands to display

Send pixel data to display

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.