2020-02-12 10:25 PM
Hello
I have a TFT_LCD 5.7 inch. I want start up it with STM32F429Discovery but I have a problem according to the LCD datasheet
I have to set Vsync (Front-Porch) = 4.5 TH (Hsync Period).
But I can't give float numbers to the LTDC registers.
LCD datasheet attached.
Please help me if anyone can.
2020-02-13 01:51 AM
It is a typical value, must not be exact, so I'd just try it with 5. General rule: if you can't exactly match a required delay, round it up.
2020-02-13 02:11 AM
Thank you for your information.