gc9a01a

Crates.iogc9a01a
lib.rsgc9a01a
version0.1.1
sourcesrc
created_at2022-12-11 18:59:08.644516
updated_at2023-05-30 18:13:12.559737
descriptionSPI driver for the GC9A01A LCD display controller
homepage
repositoryhttps://gitlab.com/jspngh/gc9a01a-rs
max_upload_size
id734460
size82,855
Jonas Spanoghe (jspngh)

documentation

README

Rust GC9A01A driver

Rust library for working with the GC9A01A display driver.
This crate supports no_std and can be used with embedded-graphics.

This repository is still a work-in-progress, but the basic functionality is already in-place.

Examples

In the examples/ directory, you can find examples for the Raspberry Pi Pico. It has been tested with the round waveshare 1.28" LCD screen.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 11

cargo fmt