daschl / ssd1327

A Rust display driver for the SSD1327
14 stars 6 forks source link

fix clear panic #4

Closed olback closed 3 years ago

olback commented 3 years ago

The clear method panics somewhere in the embedded-graphics implementation. Instead of figuring out the root cause, simply overwrite the default implementation.

daschl commented 3 years ago

good idea, thanks!