![]() |
MINI51DE_BSP V3.02.004
The Board Support Package for Mini51DE Series MCU
|
Go to the source code of this file.
Functions | |
void | LCD_ClearScreen (void) |
Clear screen to background color. More... | |
void | LCD_Print (uint8_t line, char *str) |
Show a string on specific line. More... | |
void | LCD_EnableBackLight (void) |
Enable back-light of LCD. More... | |
void | LCD_DisableBackLight (void) |
Disable back-light of LCD. More... | |
void | LCD_Init (void) |
Use SPI interface to configure LCD module. More... | |
void LCD_ClearScreen | ( | void | ) |
Clear screen to background color.
None |
Definition at line 158 of file lcd_driver.c.
void LCD_DisableBackLight | ( | void | ) |
Disable back-light of LCD.
None |
Definition at line 128 of file lcd_driver.c.
void LCD_EnableBackLight | ( | void | ) |
Enable back-light of LCD.
None |
Definition at line 117 of file lcd_driver.c.
void LCD_Init | ( | void | ) |
Use SPI interface to configure LCD module.
None |
Definition at line 35 of file lcd_driver.c.
void LCD_Print | ( | uint8_t | line, |
char * | str | ||
) |
Show a string on specific line.
line | Line number |
str | string |
Definition at line 140 of file lcd_driver.c.