Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
198
ut_class_device.h
12.4 CDisplay Class Reference
#include <ut_class_display.h>
Public Member Functions
MM_ERROR Open (unsigned int nWidth=0, unsigned int nHeight=0, MML_GDC_DISP_CONTROLLER
display=MML_GDC_DISP_CONTROLLER_0)
MM_ERROR Close ()
virtual MM_ERROR SetBgColor (MM_U32 color)
MM_U32 GetWidth ()
MM_U32 GetHeight ()
MML_GDC_DISP_CONTROLLER GetDisplayController ()
MML_GDC_DISPLAY GetHandle ()
operator MML_GDC_DISPLAY ()
12.4.1 Detailed Description
Class CDisplay (see CDisplay).
12.4.2 Member Function Documentation
12.4.2.1 MM_ERROR Close ( ) [inline]
Close the display controller.
Return values
MML_OK
On success. Otherwise the related error code or
MML_ERR.
12.4.2.2 MML_GDC_DISP_CONTROLLER GetDisplayController ( ) [inline]
Return values
Return
the used display controller id.
12.4.2.3 MML_GDC_DISPLAY GetHandle ( ) [inline]
Return values
Return
the used MML_GDC_DISPLAY object.
12.4.2.4 MM_U32 GetHeight ( ) [inline]
Return values
Return
the height of the panel.
12.4.2.5 MM_U32 GetWidth ( ) [inline]
Return values
Return
the width of the panel.