Does V6.0.2 suppot png_converter?

Important: unclear posts may not receive useful answers.

Before posting

  • Get familiar with Markdown to format and structure your post
  • Be sure to update lvgl from the latest version from the master branch.
  • Be sure you have checked the FAQ and read the relevant part of the documentation.
  • If applicable use the Simulator to eliminate hardware related issues.

Delete this section if you read and applied the mentioned points.

Description

What MCU/Processor/Board and compiler are you using?

ARM335x Linux

What LVGL version are you using?

V6.0.2

What do you want to achieve?

I want to load a png or jpg image file from Linux and convert it to show in TFT screen. Is there some demo ?

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

v6 is “End of life” for more than 1 year. Isn’t it an option to update to v8? In v8, PNG is supported out of the box.

If updating is not an option, you can use this repo, which contains this repo. I think this commit is compatible with v6:

See the README for usage.