Getting Flickering Display After Configuring waveshare 1024x600 display for STM32F746IGTx controller
Hello friend!
Im working on TouchGFX GUI. Recently i have started learning thiis software using Diffrent diffrernt tutorials available online.
so i have configured FMC, I2C, Quad SPI, DMA2D and LTDC for STM32F746IGTx Controller according to the Data sheet of my touch Display.
After configuring every thing in CubeMx i added simple background and one Flex Button in TouchGFX and through that button im calling LED Blink function.
so when i done my actual coding and dumped the code into my controller its showing only my button and instead of background image its showing me a flicking background.
But im able to touch the button and through that LED is also getting toggeled.

i have uploaded my project files below. please check it and guid me how i should get GUI properly on Touch Display..?
FMC config:

QUADSPI:

DMA2D:

LTDC Parameters:

LTDC Layer:

TouhGFX settings:

CLOCK settings:

