MINI51DE_BSP V3.02.004
The Board Support Package for Mini51DE Series MCU
Functions
lcd_driver.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ LCD_ClearScreen()

void LCD_ClearScreen ( void  )

Clear screen to background color.

Parameters
None
Returns
None

Definition at line 158 of file lcd_driver.c.

Here is the call graph for this function:

◆ LCD_DisableBackLight()

void LCD_DisableBackLight ( void  )

Disable back-light of LCD.

Parameters
None
Returns
None

Definition at line 128 of file lcd_driver.c.

Here is the call graph for this function:

◆ LCD_EnableBackLight()

void LCD_EnableBackLight ( void  )

Enable back-light of LCD.

Parameters
None
Returns
None

Definition at line 117 of file lcd_driver.c.

Here is the call graph for this function:

◆ LCD_Init()

void LCD_Init ( void  )

Use SPI interface to configure LCD module.

Parameters
None
Returns
None

Definition at line 35 of file lcd_driver.c.

Here is the call graph for this function:

◆ LCD_Print()

void LCD_Print ( uint8_t  line,
char *  str 
)

Show a string on specific line.

Parameters
lineLine number
strstring
Returns
None

Definition at line 140 of file lcd_driver.c.

Here is the call graph for this function: