2.61.57 LCDCx_SetVerticalBackPorchWidth Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetVerticalBackPorchWidth(uint16_t value)
Summary
Sets VSYNC back porch width, give in number of lines
Description
This field indicates the number of lines at the beginning of the frame
Precondition
None.
Parameters
| Param | Description |
|---|---|
| value | the 16-bit porch width, must be greater than 1 |
Returns
None
Remarks
None
