2.58.66 LCDCx_SetWindowSize Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetWindowSize(LCDCx_LAYER_ID layer, uint16_t width, uint16_t height)

Summary

Sets the size of the specified layer

Description

None

Precondition

None.

Parameters

ParamDescription
layerthe target layer
widththe width of the layer (pixels)
heightthe height of the layer (pixels)

Returns

None

Remarks

Only OVR1, OVR2 and HEO layers are supported