The content of snapshot widget is wrong.
Hi,
Now My Platform setup is as following,
custom board
touchgfx 4.10.0
IAR 8
I'm trying to use snapshot widget in my project. I did the following configuration,
- In setFramebufferAddress function, set Animation storage to true.
- create a snapshot widget object
- set the object position by setPosition() function, and Add the object to the screen.
- in a proper position, makeSnapshot to animation storage.
Now, these setup works fine in simulator. But when I tested it on my custom board with IAR, snapshot was occurred indeed, because 'fbCopy' variable got correct address, but the content of the memory is wrong, did anyone meet the same situation before and help to fix it?
Best Regards!
Thanks.
