Joscha Ihl / lcd_log

Dependents:   Datarecorder2

Embed: (wiki syntax)

« Back to documentation index

LCD_LOG_Exported_Macros

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.