fpw / avitab

X-Plane plugin that displays a tablet to aid VR usage
GNU Affero General Public License v3.0
301 stars 59 forks source link

Blinking cursor causes blits even when invisible #7

Closed fpw closed 6 years ago

fpw commented 6 years ago

LVGL uses an animation task to let cursors blink. The animation invalidates the whole textarea, even if it is not currently visible. This causes avoidable reblits twice a second.

fpw commented 6 years ago

Reported to lvgl: https://github.com/littlevgl/lvgl/issues/230

fpw commented 6 years ago

Fixed in LVGL.