docs: fixes API section of the docs to include everything from LVGL. (#4192)

This commit is contained in:
Kevin Schlosser
2023-05-01 03:27:28 -06:00
committed by GitHub
parent 7ae90e43d2
commit 3fe1dcd222
24 changed files with 909 additions and 48 deletions

View File

@@ -301,7 +301,7 @@ Examples
of :cpp:type:`lv_anim_t` which contains ``user_data`` field, and :cpp:type:`lv_anim_path_cb_t`
receive :cpp:type:`lv_anim_t` as its first argument.
- :cpp:func:`lv_imgfont_create` registers ``path_cb`` and receives ``user_data`` as the last
argument. The callback :cpp:func:`lv_imgfont_get_path_cb_t` also receives the ``user_data`` as the last argument.
argument. The callback :cpp:type:`lv_imgfont_get_path_cb_t` also receives the ``user_data`` as the last argument.
.. _more-information-1: