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

Return DCError instead of BusWriteError on DC signal assertion errors #15

Closed andresovela closed 3 years ago

andresovela commented 3 years ago

I think DCError should be returned instead of BusWriteError.