#display #graphics #embedded

no-std display-interface-spi

Generic SPI implementation for display interfaces

7 releases (4 breaking)

0.5.0 Jan 12, 2024
0.4.1 May 10, 2021
0.4.0 May 24, 2020
0.3.1 May 17, 2020
0.1.0 Mar 29, 2020

#40 in No standard library

Download history 2580/week @ 2023-11-20 2896/week @ 2023-11-27 2889/week @ 2023-12-04 2862/week @ 2023-12-11 2276/week @ 2023-12-18 2396/week @ 2023-12-25 4706/week @ 2024-01-01 4341/week @ 2024-01-08 2827/week @ 2024-01-15 3795/week @ 2024-01-22 4248/week @ 2024-01-29 4769/week @ 2024-02-05 5294/week @ 2024-02-12 4221/week @ 2024-02-19 4803/week @ 2024-02-26 4987/week @ 2024-03-04

20,013 downloads per month
Used in 41 crates (22 directly)

MIT/Apache

20KB
261 lines

SPI interface for display interface

This Rust crate contains a generic SPI implementation of a data/command interface for displays over any SPI driver implementing the embedded-hal/embedded-hal-async SpiDevice trait(s).

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.


lib.rs:

Generic SPI interface for display drivers

Dependencies

~110KB