Skip to content

Commit

Permalink
LVGL Ref API
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Sep 23, 2024
1 parent 6e8dab6 commit 695e0a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/LVGL_API_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,26 @@ set_day_names|comptr||[lv_calendar_set_day_names](https://docs.lvgl.io/9.0/searc
set_showed_date|int, int||[lv_calendar_set_showed_date](https://docs.lvgl.io/9.0/search.html?q=lv_calendar_set_showed_date)
set_today_date|int, int, int||[lv_calendar_set_today_date](https://docs.lvgl.io/9.0/search.html?q=lv_calendar_set_today_date)

### widget `lv.menu_page`

Method|Arguments|Return type|LVGL equivalent
:---|:---|:---|:---

### widget `lv.menu_cont`

Method|Arguments|Return type|LVGL equivalent
:---|:---|:---|:---

### widget `lv.menu_section`

Method|Arguments|Return type|LVGL equivalent
:---|:---|:---|:---

### widget `lv.menu_separator`

Method|Arguments|Return type|LVGL equivalent
:---|:---|:---|:---

### widget `lv.menu`

Method|Arguments|Return type|LVGL equivalent
Expand Down

0 comments on commit 695e0a4

Please sign in to comment.