HI All,
I am developing a touch screen based Application on Tiva TM4C123GH6PM and with kentec display. I am using Grlib for the application development.
I am using a quite a few images in the application which I am saving all Images as constant C array like " const uint8_t g_pucBlue50x50[] ". Initial stage of my application development everything was fine but as I have added more Images to application for next phase of development I could see some Pixels being missed on One Image.
can anyone let me know the cause/solution for this problem.
Observations:
- Tried to convert the Image to C array again hoping the problem with Image but it's not :(
- Flash Usage: 31% out of 262k
- SRAM Usage: 28% of 32768
Please find the Attached screenshot for reference. You could see some black spots on the first Image(AUTO) of screen shot.
Thank you.