docs(image): fix expression formatting, and correct names (#5125)

This commit is contained in:
PGNetHun
2023-12-29 03:16:35 +01:00
committed by GitHub
parent 240d9a3cb1
commit e0f7f31538
2 changed files with 16 additions and 16 deletions

View File

@@ -162,7 +162,7 @@ The simplest way to use an image in LVGL is to display it with an
lv_image_set_src(icon, "S:my_icon.bin");
If the image was converted with the online converter, you should use
:cpp:expr:`LV_IMG_DECLARE(my_icon_dsc)` to declare the image in the file where
:cpp:expr:`LV_IMAGE_DECLARE(my_icon_dsc)` to declare the image in the file where
you want to use it.
Image decoder