daschl / ssd1327

A Rust display driver for the SSD1327
15 stars 7 forks source link

embedded-graphics 0.7.0-alpha.1 #1

Open cdata opened 3 years ago

cdata commented 3 years ago

Hey there, it is really cool to see that you built a driver right around the same time that I needed one :star_struck: I also read your blog post on the subject, thank you for writing it.

I am using a more recent release of embedded-graphics in my project: 0.7.0-alpha.1. It has some breaking changes, but I think most of them do not affect your driver.

Anyway, this is just an issue to register a desire for a version of the driver that is compatible with the more recent version of embedded-graphics.

I would be happy to help with contributions :+1:

daschl commented 3 years ago

Oh cool, I wouldn't have thought that people needed it so quickly. Yeah we can update to 0.7.0-alpha.1, I just held off on it since it is not yet stable. But since we have a release out with 0.6, we could do another minor release bump which works on top of the 0.7 and then just track it from there.

If you do a PR happy to review it :)