Hello,
We're implementing an application that reads different PNG images in a SD card and visualizes them in a screen. We understand that we have to allocate a memory in order to do different operations with the data and that this is made through gx_system_memory_allocator_set function. This function is related to a malloc and a free function (implemented in our code), but my question is, which size do I have to fix this memory to? The size of the maximum PNG image size we're going to read?
Regards,
isaenz.