use OS sleep instead of polling to reduce CPU usage
- Oct 05, 2024
-
-
Colin authored
without this lvgl never releases the CPU, and just pegs one of the cores to 100%. see <https://github.com/lvgl/lvgl/blob/master/docs/porting/timer_handler.rst>
-
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
without this lvgl never releases the CPU, and just pegs one of the cores to 100%. see <https://github.com/lvgl/lvgl/blob/master/docs/porting/timer_handler.rst>