Expand description
§GC9A01 Display Driver
This crate provides a driver interface to the GC9A01 LCD display driver. It
supports SPI via the display_interface
crate.
The main driver is created using Gc9a01::new
which accepts an interface instance, display,
size, rotation and mode. The following display modes are supported:
- [
BasicMode
] - A simple mode with lower level methods available. - [
BufferedGraphics
] - A framebuffered mode with additional methods and integration with embedded-graphics.
§Support
§Example
§Hardware
Modules§
- Commands
- Screen Definition
- Crate prelude
- Display Rotation
Structs§
- Gc9a01 Driver
- SPI Interfaces for the screen