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

Spi refactor #23

Closed GrantM11235 closed 3 years ago

GrantM11235 commented 3 years ago

I refactored SPIInterface to use SPIInterfaceNoCS internally, which reduces the maintenance overhead of having two structs that do mostly the same thing. This is a non-breaking change.