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 support for embedded-graphics-core 0.3 #26

Closed GrantM11235 closed 3 years ago

GrantM11235 commented 3 years ago

For use with embedded-graphics 0.7.0-beta.1.

Once embedded-graphics 0.7.0 is released, we can remove support for 0.6 and make this the default.

Inspired by #18

yuri91 commented 3 years ago

I like the idea of keeping both for now and removing 0.6 when 0.7 comes out.

When 0.7 is released I will also make a new crates.io release of this crate.