Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
LCD_LOG_Exported_Macros
| Functions | |
| void | LCD_LOG_Init (void) | 
| Initializes the LCD Log module. | |
| void | LCD_LOG_DeInit (void) | 
| DeInitializes the LCD Log module. | |
| void | LCD_LOG_SetHeader (uint8_t *Title) | 
| Display the application header on the LCD screen. | |
| void | LCD_LOG_SetFooter (uint8_t *Status) | 
| Display the application footer on the LCD screen. | |
| void | LCD_LOG_ClearTextZone (void) | 
| Clear the Text Zone. | |
Function Documentation
| void LCD_LOG_ClearTextZone | ( | void | ) | 
Clear the Text Zone.
- Parameters:
- 
  None 
- Return values:
- 
  None 
Definition at line 109 of file lcd_log.cpp.
| void LCD_LOG_DeInit | ( | void | ) | 
DeInitializes the LCD Log module.
- Parameters:
- 
  None 
- Return values:
- 
  None 
Definition at line 39 of file lcd_log.cpp.
| void LCD_LOG_Init | ( | void | ) | 
Initializes the LCD Log module.
- Parameters:
- 
  None 
- Return values:
- 
  None 
Definition at line 25 of file lcd_log.cpp.
| void LCD_LOG_SetFooter | ( | uint8_t * | footer ) | 
Display the application footer on the LCD screen.
- Parameters:
- 
  footer,: pointer to the string to be displayed 
- Return values:
- 
  None 
Definition at line 85 of file lcd_log.cpp.
| void LCD_LOG_SetHeader | ( | uint8_t * | header ) | 
Display the application header on the LCD screen.
- Parameters:
- 
  header,: pointer to the string to be displayed 
- Return values:
- 
  None 
Definition at line 61 of file lcd_log.cpp.
Generated on Fri Jul 22 2022 06:45:02 by
 1.7.2
 1.7.2