Add lv_task_set_repeat_count API

This commit is contained in:
Themba Dube
2020-04-15 17:57:06 -04:00
parent ca03ef2b1f
commit 577d6273ab
4 changed files with 20 additions and 10 deletions

View File

@@ -31,6 +31,11 @@ extern "C" {
* V6.0 COMPATIBILITY
*--------------------*/
static inline void lv_task_once(lv_task_t *task)
{
lv_task_set_repeat_count(task, 1);
}
#if LV_USE_CHART
#define lv_chart_get_point_cnt lv_chart_get_point_count