-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
LVGL version
v9.3.0
Platform
LVGL SDL2
What happened?
In this page: https://docs.lvgl.io/9.3/details/libs/gif.html
It said "To convert a GIF file to an array of bytes, use LVGL's online converter. Select "Raw" color format and "C array" Output format."
But in the online tool there is no option to select color format raw, or C-array output.
If i use the output after choosing option color format RGB565, lv_gif_set_src() fail
[Warn] (11.080, +11080) gif_open: invalid signature gifdec.c:87
[Warn] (11.080, +0) lv_gif_set_src: Couldn't load the source lv_gif.c:84
Choosing the option "LVGL V8" in the tool, the generated metadata structure is wrong with V9, thus won't be able to compile.
I think there is mismatch in document.
How to reproduce?
No response