sajattack / st7735-lcd-rs

Rust library for displays using the ST7735 driver
https://docs.rs/st7735-lcd
MIT License
37 stars 28 forks source link

Update for upcoming embedded-graphics release #5

Closed jacobrosenthal closed 4 years ago

jacobrosenthal commented 4 years ago

For the master branch of embedded graphics (0.6.0 breaking changes I think)

sajattack commented 4 years ago

Maybe just set the version as "0.6" rather than "0.6.0-alpha2" so we don't have to change when it's officially released?

jacobrosenthal commented 4 years ago

EG is out https://github.com/jamwaffles/embedded-graphics/blob/master/embedded-graphics/MIGRATING-0.5-0.6.md I think this has the minimal changes

sajattack commented 4 years ago

Thanks!

jacobrosenthal commented 4 years ago

release? :)

sajattack commented 4 years ago

already done.