2023-04-06 03:16 AM - edited 2023-11-20 08:50 AM
Hi! I'm running TouchGFX 4.21.3 on a custom board with the following hardware.
Everything is working fine expect that image widgets that contain alpha values are now shown properly. I'm still trying to understand the settings that might help solve this problem, here is my setup in TouchGFX:
The configuration for TouchGFX images is as follows
Here is how it looks like on the actual hardware
I've also tried different settings and modifying the defaults on the Image asset table without any luck.
Can anyone explain what I'm I missing or what combination of settings should I use?
Thanks,
Martin
Solved! Go to Solution.
2023-04-06 06:23 AM
Turns out that it was an issue with the external flash. I did a mass erase on the entire flash storage, then programmed it again and now it works just fine. Not sure why the sector erase and write data commands where not overwriting any existing garbage on the memory though...
2023-04-06 06:23 AM
Turns out that it was an issue with the external flash. I did a mass erase on the entire flash storage, then programmed it again and now it works just fine. Not sure why the sector erase and write data commands where not overwriting any existing garbage on the memory though...
2023-04-11 04:18 AM
Hello MCerv.2,
Good to hear you've found what was the issue. I would expect the memory to be cleaned when running on the target too. We'll investigate this, thank you for reporting.
/Osman
2023-04-11 03:58 PM
Hi Osman, upon further investigation the issue was on my custom Flash External Loader, the routine SectorErase wasnt properly clearing each section on flash before writing to it.