1.25.7.31 1.27.6.31 LCDCx_SetDitheringEnable Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetDitheringEnable(bool enable)
Summary
Enables/disables the LCDC dithering logical unit
Description
None
Precondition
None.
Parameters
Param | Description |
---|---|
enable | if true, dithering is enabled. Disabled if false |
Returns
None
Remarks
None