1.27.6.46 LCDCx_SetPostPocessingEnable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetPostPocessingEnable(bool enable)

Summary

Enables/disables post processing

Description

None

Precondition

None.

Parameters

Param Description
enable if true, post processing is enabled. Disabled if false.

Returns

None

Remarks

None