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§
- FpsConfig
- Configure the display’s frame-rate in high and low-power mode
- ST7306
- ST7306 driver to connect to TFT displays.
Enums§
- HpmFps
- The framerate when in high power mode
- LpmFps
- The framerate when in low power mode
- Orientation
- Power
Mode