epd-waveshare icon indicating copy to clipboard operation
epd-waveshare copied to clipboard

New release?

Open hackaugusto opened this issue 11 months ago • 3 comments

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 :)

hackaugusto avatar Feb 25 '24 14:02 hackaugusto

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

KorribanMaster avatar Mar 11 '24 10:03 KorribanMaster

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 avatar Mar 11 '24 11:03 bemyak

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 :)

bemyak avatar Mar 12 '24 07:03 bemyak