rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
286 stars 68 forks source link

Support embedded-graphics 0.3.0 #71

Closed bzvl closed 5 years ago

bzvl commented 5 years ago

The API for handling Pixels changed, so this change is mostly about updating that. Note that I don't have the hardware to test the examples, so I mostly just checked as far as I could with 'cargo check'. I was able to test the library itself on a Raspberry Pi though.

I'm also not sure how Rust libraries handle changing the major version of libraries they depend on. I guess this would be considered a breaking change?