cancel
Showing results for 
Search instead for 
Did you mean: 

LTDC Sync parameter values

KAgga.1
Associate III

Hello There,
I'm already using LTDC peripheral for the display interface and aware of LTDC sync parameter names as per the shared image.

KAgga1_0-1690980629625.png

 

Recently I got another display, whose sync data is a bit different as compared to LTDC. Below are the values that I have got from the display vendor.

 

 

#define COL 480
#define ROW 854
#define HDP COL-1 //Hsync Display period
#define VDP ROW-1 //Vertical Display period

#define HT 534 //Horizontal total period = (HT + 1) pixels
#define HPS 59 //Horizontal Sync Pulse Start Position = (HPS + 1) pixels
#define LPS 2 //Horizontal Display Period Start Position = LPS pixels
#define HPW 2 //Horizontal Sync Pulse Width = (HPW + 1) pixels

#define VT 890 //Vertical Total = (VT + 1) lines
#define VPS 30 //Vertical Sync Pulse Start Position = VPS lines
#define FPS 1//Vertical Display Period Start Position = FPS lines
#define VPW 2 //Vertical Sync Pulse Width = (VPW + 1) lines

 

 

@Tesla DeLorean Kindly help to translate this data to LTDC format.

Regards,
Keshav Aggarwal

0 REPLIES 0