Closed fpw closed 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.
Reported to lvgl: https://github.com/littlevgl/lvgl/issues/230
Fixed in LVGL.
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.