Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
215
12.11.3.5 void Write ( const Pixel & pix ) [inline]
Write one pixel
Parameters
pix
Pixel
The documentation for this class was generated from the following file:
ut_class_rlad.h
12.12
MML_GDC_DISP_MODE_LINE Struct Reference
#include <mml_gdc_display.h>
Data Fields
MM_FLOAT pixelClock
MM_U32 horDisplayPeriod
MM_U32 horPulseStart
MM_U32 horPulseEnd
MM_U32 horTotal
MM_U32 vertDisplayPeriod
MM_U32 vertPulseStart
MM_U32 vertPulseEnd
MM_U32 vertTotal
MM_U32 DCKDelay
MML_GDC_DISP_DCK_INVERT_ENABLE DCKInvertEnable
MM_U32 syncPolarity
12.12.1 Detailed Description
Data type used to specify custom timing for a display mode.
12.12.2 Field Documentation
12.12.2.1 MM_U32 DCKDelay
Number of display clock delay, default no additional delay, value is in [0, 16].
12.12.2.2 MML_GDC_DISP_DCK_INVERT_ENABLE DCKInvertEnable
Enable inversion of display clock, default set as not inverted.
12.12.2.3 MM_U32 horDisplayPeriod
Horizontal Display Period - Illuminated area.
12.12.2.4 MM_U32 horPulseEnd
Number of the dot when the sync pulse ends.
12.12.2.5 MM_U32 horPulseStart
Number of the dot when the sync pulse starts.