Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(timer) delay execution only until the next timer fires up (#61)
* fix(timer) delay execution only until the next timer fires up 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. Signed-off-by: Cristian Stoica <[email protected]> * Update main.c Co-authored-by: Gabor Kiss-Vamosi <[email protected]> --------- Signed-off-by: Cristian Stoica <[email protected]> Co-authored-by: Gabor Kiss-Vamosi <[email protected]>
- Loading branch information