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
.bin for Flash in Gui Guider
Thank You
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