2022-05-10 11:13 PM
Hi Everyone.
I am trying to integrate Bare LCD with stm32f429 Disco board with the help of TouchGFX Documentation and LTDC application notes.
In LTDC Application notes, the syncronization pattern generated with the interrupt at Vsync of last line, and swap the frames by using the following function:
virtual void backPorchExited()
{
swapFrameBuffers();
tick();
}
I also generate the code from TouchGFX for the integrated LCD of stm32f429 to get some idea about the pattern but it is really very confusing for me to understand.
Can anyone please guide me that how can I integrate this LCD with this board.
Panel specification is 800*480 resolution.
2022-05-17 04:59 AM
Hello @DaniBros ,
I don't really understand what you are trying to do, can you please provide more information ?
Otherwise, usually if you just connect the display and use CubeMX to configure LTDC, everything should run after generating code.
/Yoann