therealprof / display-interface

Rust crates providing a generic interface for display drivers and some default implementations (GPIO, SPI and I2C)
Apache License 2.0
74 stars 27 forks source link

Unifying async and sync implementation, add `async` feature flag to i2c, spi #48

Open markszente opened 9 months ago

markszente commented 9 months ago

This PR does the following: