yuri91 / ili9341-rs

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

Implement hardware vertical scroll #20

Closed twitchyliquid64 closed 4 years ago

yuri91 commented 4 years ago

Thanks a lot for the PR!

This is a nice feature I wanted to add from the start but never got to do.

jessebraham commented 4 years ago

Hello @yuri91, sorry to be a bother but whenever it's convenient would you be able to publish a release that includes this feature please? It is being used in an example for our Wio Terminal board support package but we need to eliminate the remaining git dependencies before we're able to do a release. Thanks!

yuri91 commented 4 years ago

Sure, I will do it by the end of the week (if not, feel free to ping me again, I am pretty busy these days and I may forget)

yuri91 commented 4 years ago

@jessebraham 0.4.1 is out on crates.io :tada:

jessebraham commented 4 years ago

Awesome, thank you so much!