caemor / epd-waveshare

Drivers for various EPDs from Waveshare
ISC License
207 stars 128 forks source link

New release? #193

Open hackaugusto opened 4 months ago

hackaugusto commented 4 months ago

The last version on crates.io is from 2 years ago, it would be great if there was a new release including the changes since then :)

KorribanMaster commented 4 months ago

I would also love a new stable version to develop with as the embedded graphics package also had quite some changes as well

bemyak commented 4 months ago

So far one can use the master version:

epd-waveshare = { git = "https://github.com/caemor/epd-waveshare.git" }

I've found an issue with the Color type, which prevents using the library with e.g. tinybmp crate. I'm working on a fix, and I still need to figure out why all my colors are reversed :) So if possible, I'd ask maintainers to postpone the release.

bemyak commented 4 months ago

I've posted my changes here: https://github.com/caemor/epd-waveshare/pull/196 Hope the maintainers will have a chance to take a look before the next release :)