Print log messages to the display. This module uses a fifo to show every time the newest log messages.
More...
|
file | log.c |
| Simple graphic library message console.
Print log messages to the display. This module uses a fifo to show every time the newest log messages.
|
|
|
void | LCD_Log_AddMsg (char *ptr) |
| Add a log message to the screen. More...
|
|
void | LCD_Log_Update (void) |
| Update the log messages on the display. This is used, if the screen is overwritten by user.
|
|
Print log messages to the display. This module uses a fifo to show every time the newest log messages.
void LCD_Log_AddMsg |
( |
char * |
ptr | ) |
|
Add a log message to the screen.
- Parameters
-
[in] | *ptr | Pointer to string to display on LCD. |
- Examples:
- log.c.
Definition at line 122 of file log.c.