2025-06-20 1:25 AM
Hello,
I've just started working with TouchGFX and I would like to know if there is a possibility of showing an image (for example a .bmp) given the starting memory address where this asset is stored in the internal flash memory.
The idea is to have a custom image stored in a specific location that the customer can edit from the bootloader when switching on the machine (let's say the new customized image will take the place iin the flash memory of the old standard one).
Is it possible to do something like that? Can anybody give me some advice?
The microcontroller is quite limited in both flash and RAM (STM32G0B0RET6)
Thank you!
M.
2025-06-20 2:44 AM
Hello @MCA_Dev ,
If you want the user to be able to select among various already known images, then you can just use an image widget as explained in this thread .
If you want to display a completely new image, you need to use a dynamic bitmap .
If my answer doesn´t help you, could you please explain what you want to do with the bootloader?
Regards,