Crate ls013b7dh03

Crate ls013b7dh03 

Source
Expand description

LS013B7DH03 Sharp LCD driver for embedded-hal v1.0

Use the optional embedded_graphics feature if you need to use this driver with the embeddded-graphics 2D graphics library

Modules§

prelude

Structs§

Ls013b7dh03
An Ls013b7dh03 display driver.

Enums§

LcdError
LCD Driver errors

Constants§

BUF_SIZE
The buffer size this driver needs
HEIGHT
The height, in pixels of the Ls013b7dh03 display
SPIMODE
Convenience embedded_hal::spi::Mode struct instance needed by the Ls013b7dh03 display. Feel free to use this to initialize the Spi passed to this driver
WIDTH
The width, in pixels of the Ls013b7dh03 display