23 #ifndef _DRV_LCD_INTERFACE_H_
24 #define _DRV_LCD_INTERFACE_H_
31 extern void drv_LcdInterface_SendChar(
const char c);
void drv_LcdInterface_SendCmd(const uint8_t cmd)
Sends a command to the LCD controller.
void drv_LcdInterface_Reset(void)
Resets the LCD controller.
void drv_LcdInterface_Initialize(void)
Initializes the LCD interface driver.