#display #graphics #i2c-driver #embedded

no-std display-interface-i2c

Generic I2C implementation for display interfaces

6 releases (breaking)

0.5.0 Jan 12, 2024
0.4.0 May 24, 2020
0.3.1 May 17, 2020
0.2.0 Apr 9, 2020
0.1.0 Mar 29, 2020

#90 in No standard library

Download history 985/week @ 2023-12-22 2208/week @ 2023-12-29 2007/week @ 2024-01-05 1429/week @ 2024-01-12 1449/week @ 2024-01-19 2126/week @ 2024-01-26 1254/week @ 2024-02-02 3227/week @ 2024-02-09 2440/week @ 2024-02-16 3151/week @ 2024-02-23 1233/week @ 2024-03-01 3835/week @ 2024-03-08 3847/week @ 2024-03-15 1982/week @ 2024-03-22 3934/week @ 2024-03-29 2654/week @ 2024-04-05

12,896 downloads per month
Used in 28 crates (6 directly)

MIT/Apache

17KB
179 lines

I2C interface for display interface

This Rust crate contains a generic I2C implementation of a data/command interface for displays over any I2C driver implementing the embedded-hal/embedded-hal-async i2c::I2c 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 I2C interface for display drivers

Dependencies

~78KB