mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 09:42:19 +08:00
feat(freertos): allow overriding idle percentage calculation (#9647)
This commit is contained in:
@@ -127,6 +127,9 @@
|
||||
* RTOS task notifications can only be used when there is only one task that can be the recipient of the event.
|
||||
*/
|
||||
#define LV_USE_FREERTOS_TASK_NOTIFY 1
|
||||
|
||||
/* Enable this to provide a custom implementation of lv_os_get_idle_percent. */
|
||||
#define LV_OS_IDLE_PERCENT_CUSTOM 0
|
||||
#endif
|
||||
|
||||
/*========================
|
||||
|
||||
Reference in New Issue
Block a user