Skip to content

use OS sleep instead of polling to reduce CPU usage

Administrator requested to merge pr-os-sleep into master

without this lvgl never releases the CPU, and just pegs one of the cores to 100% (with this, idle CPU use is < 1%). see https://github.com/lvgl/lvgl/blob/master/docs/porting/timer_handler.rst

Merge request reports

Loading