therealprof / display-interface

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

Add new RSError variant to DisplayError #14

Closed andresovela closed 3 years ago

andresovela commented 3 years ago

Useful if the user of the crate wants to implement a fn reset() -> Result<(), DisplayError> function