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

[WIP] Second version of display-interface refactoring using into_iter #3

Closed almindor closed 4 years ago

almindor commented 4 years ago

This is a into_iter attempt at doing the same as #2

Currently blocked on missing Default trait due to embedded-hal issue 208

therealprof commented 4 years ago

I think we can close this now.