yuri91 / ili9341-rs

A WIP, no_std, generic driver for the ILI9341 (and ILI9340C) TFT LCD display
Apache License 2.0
57 stars 50 forks source link

Add Invert, display and sleep control commands #34

Closed VersBinarii closed 2 years ago

VersBinarii commented 2 years ago

If you decide to merge this PR can you consider making a new release please?

yuri91 commented 2 years ago

Yes I can do that.

I was considering it but I was waiting for embedded-hal to reach 1.0 proper first.

I don't like too much to depend on the alpha for a regular release. Maybe I could make a 0.6.0-alpha.1 release, and release 0.6.0 proper with embedded-hal 1.0 as dependency when that comes out.

Thanks for your latest contributions btw!

VersBinarii commented 2 years ago

Hmmm, yes. You're right. its probably best to wait for the stable e-h v1.0