Public functions of the LC display task. More...
Functions | |
volatile uint16_t | appLCD_Initialize (void) |
Initializes the LC display. More... | |
volatile uint16_t | appLCD_Execute (void) |
Refreshes the LC display. More... | |
volatile uint16_t | appLCD_Dispose (void) |
Unloads the LC display data object and resources. More... | |
Public functions of the LC display task.
This is the detailed description of public API functions of the LC display task.
volatile uint16_t appLCD_Dispose | ( | void | ) |
Unloads the LC display data object and resources.
void |
This function unloads the LC display data object and frees its resources. The LCD_s data object of this display needs to be reinitialized before the LC display can be used again.
volatile uint16_t appLCD_Execute | ( | void | ) |
Refreshes the LC display.
void |
This function is frequently called by the task scheduler automatically updating currently displayed data and/or loading the most recent screen if a screen switch has been triggered by externally.
Definition at line 120 of file app_lcd.c.
volatile uint16_t appLCD_Initialize | ( | void | ) |
Initializes the LC display.
void |
This function initializes the LC display driver data object and loads the startup screen.
Definition at line 88 of file app_lcd.c.