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

Fix underflow in scrolling #22

Closed almusil closed 3 years ago

almusil commented 3 years ago

When window was smaller than whole display scrolling by small step could cause underflow in the offset computation.

almusil commented 3 years ago

@yuri91 Hi, can you please take a look?