rust-embedded-community / ssd1306

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

Upgrade to embedded graphics 0.6.0-alpha.2 #90

Closed jamwaffles closed 5 years ago

jamwaffles commented 5 years ago

Upgrade to embedded-graphics 0.6.0-alpha.2. This will incur an alpha release of ssd1306 (0.3.0-alpha.1) to test e-g in the real world. The final release will need a bunch of migration guide stuff.

Cc jamwaffles/embedded-graphics#138

jamwaffles commented 5 years ago

All changes made. I tested the image_i2c example on real hardware and it looks fine. I've resolved all comments except the two above. Thanks for the review @rfuest!