STM8S/A Standard Peripherals Firmware Library
|
SPI_SimplexLCD
Functions | |
void | main (void) |
Main program. | |
void | PrintLogo (void) |
Print ST logo on the LCD. |
Function Documentation
void main | ( | void | ) |
Main program.
- Parameters:
-
None
- Return values:
-
None
Definition at line 55 of file STM8S_StdPeriph_Examples/SPI/SPI_SimplexLCD/main.c.
References CLK_PRESCALER_HSIDIV1, CLK_SYSCLKConfig(), Delay(), i, LCD_Clear(), LCD_DisplayLogo(), LCD_LINE1, LCD_LINE2, LCD_Print(), LCD_SetCursorPos(), PrintLogo(), and STM8S_EVAL_LCD_Init().
void PrintLogo | ( | void | ) |
Print ST logo on the LCD.
- Parameters:
-
None
- Return values:
-
None
Definition at line 107 of file STM8S_StdPeriph_Examples/SPI/SPI_SimplexLCD/main.c.
References LCD_DisplayLogo(), LCD_LINE2, LCD_Print(), and LCD_SetCursorPos().
Referenced by main().