2024-11-13 12:05 AM
Hello friends!
Im devloping GUI using TouchGFX on waveshare OpenH7XXI-C board. When im flashing the code. GUI image is getting splitted from middel.
Touchgfx GUI:
LCD output
2024-11-13 08:46 PM - edited 2024-11-14 08:39 PM
Is anyone know this issue???
2024-11-14 08:40 PM
...
2024-11-15 01:23 AM - edited 2024-11-15 01:50 AM
Hello @JJhin.1 ,
I don't know this board, does it have memory mapped or non-memory mapped flash? To me it looks like your framebuffer is not filled with correct values. Have you checked if if your framebuffer in memory is good? Does your screen has GRAM by the way?
2024-11-18 07:54 AM
Hii @Osman SOYKURT thanks for replying. Im using W25Q128 quadspi flash... that is memory mapped.
And before i was getting blurry display... so i corrected the pin mapping of SDRAM in the BSP initialization function... after that im getting cleared display like that.
Im using wave share 1024x600 7inch LCD(f) and its data is here:
https://www.waveshare.com/wiki/File:7inch_1024X600_LCD_DS.pdf
I don't think this display is having GRAM .
2024-11-19 06:04 AM
I have one more doubt...
TouchgfxScrachBuffer A and B are in the flash memory section ... do i have to place these buffers into SDRAM section?