docs(image): fix expression formatting, and correct names (#5125)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user