Module Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
97
11.5.2.16 #define MML_GDC_DISP_RGB_LOW (0)
No inversion of pixel data.
11.5.2.17 #define MML_GDC_DISP_VSYNC_HIGH (1U << 1)
Vsync signal high active.
11.5.2.18 #define MML_GDC_DISP_VSYNC_LOW (0)
Vsync signal low active.
11.5.2.19 #define MML_GDC_DISP_WINDOW_PROPERTIES_INITIALIZER
Value:
{ MML_GDC_DISP_OUTPUT_SCREEN_PRIMARY, 0, 0, 0, 0, MML_GDC_DISP_LAYER_0, 0,
MML_GDC_DISP_SUB_LAYER_DEFAULT}
11.5.3 Typedef Documentation
11.5.3.1 typedef struct MML_GDC_DISP_WINDOW
∗
MML_GDC_DISP_WINDOW
Window object.
11.5.3.2 typedef struct MML_GDC_DISPLAY
∗
MML_GDC_DISPLAY
Display object.
11.5.4 Enumeration Type Documentation
11.5.4.1 enum MML_GDC_DISP_ATTR
Enumeration of the different configuration attributes for display controllers.
Enumerator
MML_GDC_DISP_ATTR_OUTPUT_CONTROLLER
Display controller used for the display (see MML_GDC_DISP_CONTROLLER). This attribute can only be read.
MML_GDC_DISP_ATTR_X_RESOLUTION
Horizontal resolution. This attribute can only be read.
MML_GDC_DISP_ATTR_Y_RESOLUTION
Vertical resolution. This attribute can only be read.
MML_GDC_DISP_ATTR_BUFF_ERR
If internal response time to read SDRAM is too long, internal FIFO buffer fails to supply display data. This
attribute shows error status of the FIFO for this display controller. This attribute can only be read. The hardware
status is cleared after read operation.
Get value = 0, no buffer error.
Get value != 0, buffer error occurred.
MML_GDC_DISP_ATTR_BACKGROUND_COLOR
Sets background color 0xRRGGBBAA for the screen area not included in any display window. Background
color is default blended with display layers. The default value is 0 (black).