stm32f746 disco +touchgfx+ custom 800x480 LCD
Hi,
I am trying to integrate an 24-BIT parallel LCD RVT50HQTNWN00 with stm32f746disco board.
Code was initially exported from touchgfx designer 4.18.0. for the disco board and then edited in cubemx. original 480x272 was removed and the new lcd was soldered.
Parameters edited:
- LTDC sychronization parameters exported from lcd datasheet.
- LCD clock frequency.
- gfx second framebuffer address set to 0xC00BB800 (16x800x480/8)
The rest are the default for disco board. (FMC 16bit, DMA2D ARGB8888)
I think i am missing something basic because the display output is wrong and not stable, but it is clear that color at colums are seperated somehow based on the input image. https://www.youtube.com/watch?v=gdUrviNSBj0
I also tried to write manually color at framebuffer address before touchgfx init, but no matter what color i write the result is always black (stable until touchgfx inits).
Do you have any idea what is wrong here??
Thank you.




