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 deconstructors #5

Closed bugadani closed 4 years ago

bugadani commented 4 years ago

Implementation for #4

therealprof commented 4 years ago

Thanks you! Let me try to set up CI first before merging this.