Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
217
12.13
MML_GDC_DISP_PROPERTIES Struct Reference
#include <mml_gdc_display.h>
Data Fields
MML_GDC_DISP_CONTROLLER outputController
MML_GDC_DISP_MODE displayMode
MM_U32 xResolution
MM_U32 yResolution
MM_U32 refreshRate
MM_U32 fcvm
MML_GDC_DISP_MODE_LINE
∗
modeLine
MML_GDC_DISP_TCON_PROPERTIES
∗
pDISP_TCON_PROPS
MM_U32 countTconProps
12.13.1 Detailed Description
Data type used to configure a display controller. There are 3 options to configure the display:
Option 1: Specify one of the predefined resolutions in xResolution, yResolution, refreshRate:
320x240@60 Hz
480x272@60 Hz
640x480@60 Hz
800x480@60 Hz
800x600@60 Hz
1024x768@60 Hz
1280x720@60 Hz
1600x600@60 Hz
1280x800@60 Hz
1920x768@60 Hz
1280x1024@60 Hz
1600x900@60 Hz
1920x1080@60 Hz
Option 2: Specify a custom resolution in xResolution, yResolution, refreshRate and set the timing parameters in the
modeLine structure.
Option 3: In addition to Option 1 or 2, provide an array of TCON register address/value pairs (refer to hardware
manual for a description of the timing controller registers). TCON is only supported by display controller 0
MML_GDC_DISP_CONTROLLER_0.