![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions | |
| void | LCD_LOG_Init (void) |
| Initializes the LCD Log module. More... | |
| void | LCD_LOG_DeInit (void) |
| DeInitializes the LCD Log module. More... | |
| void | LCD_LOG_SetHeader (uint8_t *header) |
| Display the application header on the LCD screen. More... | |
| void | LCD_LOG_SetFooter (uint8_t *footer) |
| Display the application footer on the LCD screen. More... | |
| void | LCD_LOG_ClearTextZone (void) |
| Clear the Text Zone. More... | |
| if (LCD_Lock==DISABLE) | |
| void | LCD_LOG_UpdateDisplay (void) |
| Update the text area display. More... | |
| ErrorStatus | LCD_LOG_ScrollBack (void) |
| Display previous text frame. More... | |
| ErrorStatus | LCD_LOG_ScrollForward (void) |
| Display next text frame. More... | |
Variables | |
| LCD_LOG_PUTCHAR | |
| Redirect the printf to the LCD. More... | |
| uint32_t | idx |
| return | ch |
| void LCD_LOG_ClearTextZone | ( | void | ) |
| void LCD_LOG_DeInit | ( | void | ) |
| void LCD_LOG_Init | ( | void | ) |
| ErrorStatus LCD_LOG_ScrollBack | ( | void | ) |
| ErrorStatus LCD_LOG_ScrollForward | ( | void | ) |
| void LCD_LOG_SetFooter | ( | uint8_t * | footer | ) |
| void LCD_LOG_SetHeader | ( | uint8_t * | header | ) |
| void LCD_LOG_UpdateDisplay | ( | void | ) |
| LCD_LOG_PUTCHAR |
Redirect the printf to the LCD.
| c | character to be displayed |
| f | output file pointer |
| None |
1.8.11