lvgl / lv_port_linux

LVGL configured to work with a standard Linux framebuffer
MIT License
260 stars 160 forks source link

fix(timer) delay execution only until the next timer fires up #61

Closed cristian-stoica closed 1 month ago

cristian-stoica commented 1 month ago

lv_timer_handle returns the time in ms until the next timer will fire. We need to delay only that much time for optimal execution.