add new object type: lv_ canvas
This commit is contained in:
@@ -73,9 +73,8 @@ void lv_task_init(void);
|
||||
|
||||
/**
|
||||
* Call it periodically to handle lv_tasks.
|
||||
* @return true: no error; false: error ocurred
|
||||
*/
|
||||
LV_ATTRIBUTE_TASK_HANDLER bool lv_task_handler(void);
|
||||
LV_ATTRIBUTE_TASK_HANDLER void lv_task_handler(void);
|
||||
|
||||
/**
|
||||
* Create a new lv_task
|
||||
|
||||
Reference in New Issue
Block a user