59 #define d4dlcd_template_ID 1
65 #if (D4D_MK_STR(D4D_LLD_LCD) == d4dlcd_template_ID)
78 static unsigned char D4DLCD_Init_Template(
void);
79 static unsigned char D4DLCD_SetWindow_Template(
unsigned short x1,
unsigned short y1,
unsigned short x2,
unsigned short y2);
80 static unsigned char D4DLCD_SetOrientation_Template(
D4DLCD_ORIENTATION new_orientation);
81 static void D4DLCD_Send_PixelColor_Template(
D4D_COLOR color) ;
82 static D4D_COLOR D4DLCD_Read_PixelColor_Template(
void);
84 static void D4DLCD_Delay_ms_Template(
unsigned short period);
85 static unsigned char D4DLCD_DeInit_Template(
void);
105 D4DLCD_Init_Template,
106 D4DLCD_SetWindow_Template,
107 D4DLCD_SetOrientation_Template,
108 D4DLCD_Send_PixelColor_Template,
109 D4DLCD_Read_PixelColor_Template,
110 D4DLCD_Flush_Template,
111 D4DLCD_Delay_ms_Template,
112 D4DLCD_DeInit_Template,
137 static unsigned char D4DLCD_Init_Template(
void)
147 static unsigned char D4DLCD_DeInit_Template(
void)
161 static unsigned char D4DLCD_SetWindow_Template(
unsigned short x1,
unsigned short y1,
unsigned short x2,
unsigned short y2)
172 static unsigned char D4DLCD_SetOrientation_Template(
D4DLCD_ORIENTATION new_orientation)
184 static void D4DLCD_Send_PixelColor_Template(
D4D_COLOR color)
195 static unsigned short D4DLCD_Read_PixelColor_Template(
void)
227 static void D4DLCD_Delay_ms_Template(
unsigned short period)
234 #endif //(D4D_MK_STR(D4D_LLD_LCD) == d4dlcd_template_ID)
D4D low level standard LCD interface API structure.
D4D Driver main header file.
D4DLCD_FLUSH_MODE
D4D low level eGUI flush screen types enumeration.
D4D Driver private header file.
D4DLCD_ORIENTATION
D4D low level screen orientation enumeration type.
D4D driver - template lcd driver function header file.
D4D driver - resistive touch screen driver function header file.
LWord D4D_COLOR
Type definition of eGUI color variables.