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

Upgrade to embedded-graphics to 0.7 #27

Closed jamwaffles closed 3 years ago

jamwaffles commented 3 years ago

I could be missing something here, but it shouldn't be necessary to implement integrations for both embedded-graphics and embedded-graphics-core - the intent with the crate split in e-g 0.7 is that only the latter is required.

Are both implementations in the crate to support older versions of e-g perhaps?

jamwaffles commented 3 years ago

Oh, I just found https://github.com/yuri91/ili9341-rs/pull/26#issuecomment-840666446. I'll rename this ticket!

yuri91 commented 3 years ago

Yes, the plan is to support only 0.7 not that it is out. I will do it this weekend probably

yuri91 commented 3 years ago

I removed support for embedded-graphics 0.6.x. I also bumped the version to 0.5.0 and pushed it to crates.io

jamwaffles commented 3 years ago

Awesome! Great to see the new version being used :)