GUI is not getting displayed properly on TouchGFX custom board Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-18 4:39 AM
I made silly mistake while configuring FMC. by correcting hsdram1.Init.ColumnBitsNumber = FMC_SDRAM_COLUMN_BITS_NUM_9; to hsdram1.Init.ColumnBitsNumber = FMC_SDRAM_COLUMN_BITS_NUM_8; solved my issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-13 8:46 PM - edited 2024-11-14 8:39 PM
Is anyone know this issue???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-14 8:40 PM
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-15 1:23 AM - edited 2024-11-15 1:50 AM
Hello @jumman_JHINGA ,
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?
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-18 7: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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-11-19 6: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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-17 3:40 AM - edited 2025-01-23 1:43 AM
hiii @Osman SOYKURT
I tried Reading & Writting Data on SDRAM & QUADSPI manually. It passed all test cases but still im facing same issue. please guid me to resolving this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-18 4:39 AM
I made silly mistake while configuring FMC. by correcting hsdram1.Init.ColumnBitsNumber = FMC_SDRAM_COLUMN_BITS_NUM_9; to hsdram1.Init.ColumnBitsNumber = FMC_SDRAM_COLUMN_BITS_NUM_8; solved my issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-20 4:00 AM
Good catch @jumman_JHINGA , great to hear you've solved your issue.
ST Software Developer | TouchGFX
