Crate hx1230

Crate hx1230 

Source
Expand description

Simple HX1230 display driver to be used in embedded environment

Modules§

command
Module consisting of functions that generate commands to be transmitted to the display.

Structs§

ArrayDisplayBuffer
Fixed size display frame buffer for HX1230 display,
SpiDriver
Hx1230Driver implementation that uses a chip select CS pin and a SPI interface to communicate with the display

Traits§

DisplayBuffer
Trait representing a buffer of 1-bit display pixel data.
DisplayDriver
Interface of HX1230 display driver allowing to transmit commands and data