Skip to content

Commit

Permalink
LVGL Ref API v9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Oct 30, 2024
1 parent 1cdc64b commit 9ea9f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/LVGL_API_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9ea9f5b

Please sign in to comment.