2020-04-10 08:27 AM
Hello,
I'm following this great tutorial from here :
https://support.touchgfx.com/docs/development/board-bring-up/how-to/03-display-internal/
and I can't get past this step. Screen is blank and nothing happens...
I have this screen :
ER-TPC050A2-1 5�?Capacitive Touch Panel with Controller , 800x(RGB)x480 Dots
I've setup framebuffer in internal RAM, but I'm not sure what to put in
LTDC settings in CubeMX, because I don't have data on front/back porch.
It's chinese screen and this data is not specified in short datasheet that I have.
I also cannot determine what would be the apropriate clock setting on MCU for screen to work.
What can I do ?
Is there any procedure that I maybe set "safe" values or are there any recomendation with what values to experiment ?
Any other advice ?
This is my first project in this area and I must be missing something obvious...
Thanks in advance,
Rob.
Solved! Go to Solution.
2020-04-14 06:30 AM
You need to check the datasheet for your display - You need to perform the GPIO configuration for the LTDC, how the RGB lines are connected to the MCU. Then fill in correct porch timings and pixel clock. You must have some schematics for your board?
/Martin
2020-04-14 06:30 AM
You need to check the datasheet for your display - You need to perform the GPIO configuration for the LTDC, how the RGB lines are connected to the MCU. Then fill in correct porch timings and pixel clock. You must have some schematics for your board?
/Martin
2020-04-20 03:34 AM
Thanks @Martin KJELDSEN , we have received those settings from manfuactiurer, so Screen is now working...
BTW, you have excellent step by step tutorial for TouchGFX and custom boards...
Bully.
2020-04-20 04:12 AM
That's awesome to hear :) Good job. And thank you!
/Martin