12#ifndef __LCD_DRIVER_H__
13#define __LCD_DRIVER_H__
16extern void LCD_Print(uint8_t line,
char *str);
void LCD_ClearScreen(void)
Clear screen to background color.
void LCD_EnableBackLight(void)
Enable back-light of LCD.
void LCD_Print(uint8_t line, char *str)
Show a string on specific line.
void LCD_Init(void)
Use SPI interface to configure LCD module.
void LCD_DisableBackLight(void)
Disable back-light of LCD.