Hi,
When setting OS to be FreeRTOS, the perfomance monitor reports 100% CPU usage.
This is due to the functions:
void lv_freertos_task_switch_in(const char * name)
void lv_freertos_task_switch_out(void)
Not beeing called, but how should it be implemented?