59 #define d4dlcdhw_template_ID 1
65 #if (D4D_MK_STR(D4D_LLD_LCD_HW) == d4dlcdhw_template_ID)
78 static unsigned char D4DLCDHW_Init_Template(
void);
79 static unsigned char D4DLCDHW_DeInit_Template(
void);
80 static void D4DLCDHW_SendDataWord_Template(
unsigned short value);
81 static void D4DLCDHW_SendCmdWord_Template(
unsigned short cmd);
82 static unsigned short D4DLCDHW_ReadDataWord_Template(
void);
83 static unsigned short D4DLCDHW_ReadCmdWord_Template(
void);
99 D4DLCDHW_Init_Template,
100 D4DLCDHW_SendDataWord_Template,
101 D4DLCDHW_SendCmdWord_Template,
102 D4DLCDHW_ReadDataWord_Template,
103 D4DLCDHW_ReadCmdWord_Template,
104 D4DLCDHW_PinCtl_Template,
105 D4DLCD_FlushBuffer_Template,
106 D4DLCDHW_DeInit_Template
128 static unsigned char D4DLCDHW_Init_Template(
void)
140 static unsigned char D4DLCDHW_DeInit_Template(
void)
152 static void D4DLCDHW_SendDataWord_Template(
unsigned short value)
163 static void D4DLCDHW_SendCmdWord_Template(
unsigned short cmd)
173 static unsigned short D4DLCDHW_ReadDataWord_Template(
void)
183 static unsigned short D4DLCDHW_ReadCmdWord_Template(
void)
214 #endif //(D4D_MK_STR(D4D_LLD_LCD_HW) == d4dlcdhw_template_ID)
D4D low level standard LCD Hardware interface API structure.
D4D Driver main header file.
D4DHW_PIN_STATE
D4D low level MCU pin state enumeration type.
D4DLCD_FLUSH_MODE
D4D low level eGUI flush screen types enumeration.
D4D Driver private header file.
D4DLCDHW_PINS
D4D low level MCU types definition for general LCD screen control signals.
D4D driver - template hardware lcd driver function header file.
D4D driver - resistive touch screen driver function header file.