2.61.22 LCDCx_SetBlenderOverlayLayerEnable Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetBlenderOverlayLayerEnable(LCDCx_LAYER_ID layer, bool enable)
Summary
Enables/disables the overlay blender
Description
None
Precondition
None.
Parameters
| Param | Description |
|---|---|
| layer | the target layer |
| enable | if true, overlay pixel color is set tot he DMA channel pixel color if false, overlay pixel color is set to the default overlay pixel color |
Returns
None
Remarks
Only OVR1, OVR2 and HEO layers are supported
