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

SPIInterfaceNoCS might be unnecessary #32

Closed douglas-raillard-arm closed 1 year ago

douglas-raillard-arm commented 1 year ago

Drive by comment: it might not be necessary to provide SPIInterfaceNoCS , as the user can simply use SPIInterface with a dummy pin: https://crates.io/crates/dummy-pin

There is also a discussion on having that as part of embedded-hal itself: https://github.com/rust-embedded/embedded-hal/issues/141