Module st7735_async_low::spi[][src]

Some traits needed to implement, in order to use Commands.

Traits

DcxPin

Defines how the DCX pin operates.

Read

Defines how the MCU should use the SCK and SDA pins to read data.

ReadBits

Defines how the helper RAII variable returned by Read::start_reading() should behave.

WriteU8

Defines how a single u8 is written with the SCK and SDA pins.

WriteU8s

Defines how a sequence of u8 or u16 is written with the SCK and SDA pins.