2.61.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
| Param | Description |
|---|---|
| layer | the target layer |
| width | the width of the layer (pixels) |
| height | the height of the layer (pixels) |
Returns
None
Remarks
Only OVR1, OVR2 and HEO layers are supported
