chore(image): remove not used frame_id para for decoder (#4933)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-12-06 00:03:06 +08:00
committed by GitHub
parent b655486cc2
commit 3e1d7524da
4 changed files with 1 additions and 8 deletions

View File

@@ -335,8 +335,7 @@ manually too. Create an :cpp:type:`lv_image_decoder_dsc_t` variable to describe
the decoding session and call :cpp:func:`lv_image_decoder_open`.
The ``color`` parameter is used only with ``LV_COLOR_FORMAT_A1/2/4/8``
images to tell color of the image. ``frame_id`` can be used if the image
to open is an animation.
images to tell color of the image.
.. code:: c