LVGL Image from Flash

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LVGL Image from Flash

395 Views
SpeedyGonzalesss
Contributor III

Hello,

I am using I.MX RT1170 and MCU Xpresso.

There is a LVGL lib for .bin outputs for images. At the same time, Gui Guider also supports outputting multiple images in a single .bin. I can use this .bin file by typing it to an address in QSPI Flash. There is no problem here. However, it is necessary to use an offset array along with this .bin. This prevents the code and image .bin files from being completely separated from each other. Because when there is an update in the image, this array in the code also needs to be updated. Is there a chance to read the image .bin file without using this array? Or how can I proceed in an alternative way?

Array

SpeedyGonzalesss_0-1704957278379.png

 

.bin for Flash in Gui Guider

SpeedyGonzalesss_1-1704957325618.png

Thank You

0 Kudos
1 Reply

346 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @SpeedyGonzalesss,

No. The current implementation of GUI Guider does not support using bin files that do not follow the array format you mention. I'm afraid there is no alternative as of now for skipping the use of this array. Sorry for the inconvenience.

BR,
Edwin

0 Kudos