1.25.7.42 LCDCx_SetNumPixelsPerLine Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetNumPixelsPerLine(uint16_t value)

Summary

Sets the number of pixels in a line (width) in the frame

Description

None

Precondition

None.

Parameters

Param Description
value the width of the frame in pixels

Returns

None

Remarks

None