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 optional defmt feature #41

Closed barafael closed 10 months ago

barafael commented 10 months ago

Optionally derive defmt::Format for DisplayError

bugadani commented 10 months ago

Thanks!