1.25.7.35 1.27.6.35 LCDCx_SetHorizontalBackPorchWidth Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetHorizontalBackPorchWidth(uint16_t value)
Summary
Sets HSYNC front porch width, give in number of pixel clocks
Description
Number of pixel clock cycles inserted at the beginning of the line
Precondition
None.
Parameters
Param | Description |
---|---|
value | the 16-bit porch width, must be greater than 1 |
Returns
None
Remarks
None