2023-08-02 05:54 AM - edited 2023-08-03 05:58 AM
Hello There,
I'm already using LTDC peripheral for the display interface and aware of LTDC sync parameter names as per the shared image.
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