Crate gc9a01

Source
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§

command
Commands
display
Screen Definition
mode
prelude
Crate prelude
rotation
Display Rotation

Structs§

Gc9a01
Gc9a01 Driver
SPIDisplayInterface
SPI Interfaces for the screen