From 9ea9f5bdc5f1c55e05915d232e60ded04f47f532 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 30 Oct 2024 19:56:09 +0100 Subject: [PATCH] LVGL Ref API v9.2.2 --- docs/LVGL_API_Reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/LVGL_API_Reference.md b/docs/LVGL_API_Reference.md index 8a88aab870..e89139c74d 100644 --- a/docs/LVGL_API_Reference.md +++ b/docs/LVGL_API_Reference.md @@ -1501,6 +1501,7 @@ set_button_text|lv.obj, string||[lv_list_set_button_text](https://docs.lvgl.io/9 Method|Arguments|Return type|LVGL equivalent :---|:---|:---|:--- +get_anim||lv.anim|[lv_animimg_get_anim](https://docs.lvgl.io/9.0/search.html?q=lv_animimg_get_anim) get_duration||int|[lv_animimg_get_duration](https://docs.lvgl.io/9.0/search.html?q=lv_animimg_get_duration) get_repeat_count||int|[lv_animimg_get_repeat_count](https://docs.lvgl.io/9.0/search.html?q=lv_animimg_get_repeat_count) get_src_count||int|[lv_animimg_get_src_count](https://docs.lvgl.io/9.0/search.html?q=lv_animimg_get_src_count)