General Category > Discussion - Software

Basic Question - Image overlap

<< < (2/2)

FTDI Community:
Hello,

It looks like you have loaded both images into the same section of RAM_G:
Gpu_Hal_WrCmdBufFromFlash(phost, p, imgSize);

You need to load these concurrently into RAM_G.
I would suggest loading both images into RAM_G at the beginning of your code, then you can select the desired image to be displayed upon touch. this should mitigate any issues with loading times for the images to RAM_G.

Best Regards,
FTDI Community

Navigation

[0] Message Index

[*] Previous page

Go to full version