Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
199
12.4.2.6 MM_ERROR Open ( unsigned int nWidth = 0, unsigned int nHeight = 0,
MML_GDC_DISP_CONTROLLER display = MML_GDC_DISP_CONTROLLER_0 ) [inline]
Open / initialize the 2D core display controller.
Parameters
in
nWidth
Number of horizontal pixel.
in
nHeight
Number of vertical pixel.
in
display
ID of display controller.
Return values
MML_OK
On success. Otherwise the related error code or
MML_ERR.
12.4.2.7 operator MML_GDC_DISPLAY ( ) [inline]
Return values
Return
the used MML_GDC_DISPLAY object.
12.4.2.8 virtual MM_ERROR SetBgColor ( MM_U32 color ) [inline], [virtual]
Change the background color and applay changes with commit.
Parameters
in
color
see MML_GDC_DISP_ATTR_BACKGROUND_COLOR
Return values
MML_OK
On success. Otherwise the related error code or
MML_ERR.
The documentation for this class was generated from the following file:
ut_class_display.h