ImpulseAdventure / Waveshare_ILI9486

Arduino library for Waveshare ILI9486 supporting the Waveshare 3.5" & 4" TFT Touch Shields for Arduino. Includes GFX-compatible API and touchscreen driver
MIT License
66 stars 8 forks source link

Bottom / right line not cleared #2

Closed ImpulseAdventure closed 4 years ago

ImpulseAdventure commented 5 years ago

When clearing the screen, sometimes the bottom / right edge pixels don’t get cleared. This is likely due to an off-by-one issue in the clipping rectangle handling

ImpulseAdventure commented 4 years ago

With release v2.0.0, this issue has been fixed.