I'm working with STM32F746G Disco Board and wanted to understand how these values are calculated. The HSYNC, VSYNC, HBP, HFP, VBP, VFP values mentioned in data sheet (https://cache.nxp.com/docs/en/supporting-information/RK043FN02H-CT.pdf) and the driver file (rk043fn48h.h) in examples provided by ST are totally different. Could anyone explain about this.
Asked
Active
Viewed 675 times
1 Answers
0
You can refer Application Note of TFT display.
Here is link and in PDF there is example of RK043FN48H display.
In default STM32F7-Disco board they have taken,
HSYNC = 40(any number grater than 1)
HBP = 13(grater than 8)
HFP = 32(grater than 2)
VSYNC = 9(any number grater than 1)
VBP = 2(grater than 2)
VHP = 2(grater than 1)

Parag Sangtani
- 13
- 2