Crate st7306

source ·
Expand description

This crate provides an ST7306 driver to connect to TFT displays.

It uses embedded_hal to use the board’s hardware SPI pin to write commands to the display.

With the “graphics” feature enabled (which is the default) support for the embedded-traits crate is built-in.

Currently the crate assumes a mono color display.

Modules

Structs

  • Configure the display’s frame-rate in high and low-power mode
  • ST7306 driver to connect to TFT displays.

Enums