Skip to content

doc: LVGL 9.3 GIF document is confusing. #9032

@phb98

Description

@phb98

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.
Image

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions