wfdcfg_timing

Structure that describes the video timing parameters for the display driver settings.

Synopsis:

struct wfdcfg_timing {
    _Uint32t pixel_clock_kHz ;
    _Uint32t hpixels ;
    _Uint32t vlines ;
    _Uint16t hsw ;
    _Uint16t vsw ;
    _Uint16t hfp ;
    _Uint16t vfp ;
    _Uint16t hbp ;
    _Uint16t vbp ;
    _Uint32t flags ;
};

Data:

_Uint32t pixel_clock_kHz
Frequency (in kHz) that pixels are transmitted at.
_Uint32t hpixels
Width (in pixels) of the display.
_Uint32t vlines
Height (in lines) of the display.
_Uint16t hsw
Width (in pixels) of horizontal sync pulse.
_Uint16t vsw
Width (in lines) of vertical sync pulse.
_Uint16t hfp
Horizontal front porch (in pixels)
_Uint16t vfp
Vertical front porch (in lines)
_Uint16t hbp
Horizontal back porch (in pixels)
_Uint16t vbp
Vertical back porch (in lines)
_Uint32t flags
Bitmask of wfdcfg_flags values.

Library:

libwfdcfg