CubeMX configuration STM32F469I-disco for TouchGFX
Hello,
I am trying to configure the f469i-disco kit for TouchGFX. I only get left half of the gui with a background of random RBG pixels.
CubeMX configuration:
Default periph configuration
Changed LCD-tft clock to 25MHZ(from 36)
All modes in ltcd, dma2 and touchgfx changed to RGB888 (from 565)
Changed horizontail active, layer width and horizontal stop to 400 (as mentioned in MOOC graphics, because screen is split in 2parts)
TouchGFX set PhysicalX to 800, Y to 480
Can someone help me a bit? I tried changing settings with no success, I guess that the problem is in LTDC settings.
In debug mode:
after the DSI_init background gets pixelated by random rgb pixels. When Scheduler starts, only half of actual screen from TouchGFX is drawn. I can change orientation in DSI_init to landscape, but still get only half of screen correct.
Any help is appreciated.