STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions | Variables
LCD_LOG_Private_Functions

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
 

Detailed Description

Function Documentation

if ( LCD_Lock  = DISABLE)

Definition at line 249 of file lcd_log.c.

void LCD_LOG_ClearTextZone ( void  )

Clear the Text Zone.

Parameters
None
Return values
None

Definition at line 225 of file lcd_log.c.

void LCD_LOG_DeInit ( void  )

DeInitializes the LCD Log module.

Parameters
None
Return values
None

Definition at line 155 of file lcd_log.c.

void LCD_LOG_Init ( void  )

Initializes the LCD Log module.

Parameters
None
Return values
None

Definition at line 141 of file lcd_log.c.

ErrorStatus LCD_LOG_ScrollBack ( void  )

Display previous text frame.

Parameters
None
Return values
Status

Definition at line 367 of file lcd_log.c.

ErrorStatus LCD_LOG_ScrollForward ( void  )

Display next text frame.

Parameters
None
Return values
Status

Definition at line 439 of file lcd_log.c.

void LCD_LOG_SetFooter ( uint8_t *  footer)

Display the application footer on the LCD screen.

Parameters
footerpointer to the string to be displayed
Return values
None

Definition at line 201 of file lcd_log.c.

void LCD_LOG_SetHeader ( uint8_t *  header)

Display the application header on the LCD screen.

Parameters
headerpointer to the string to be displayed
Return values
None

Definition at line 177 of file lcd_log.c.

void LCD_LOG_UpdateDisplay ( void  )

Update the text area display.

Parameters
None
Return values
None

Definition at line 319 of file lcd_log.c.

Variable Documentation

return ch

Definition at line 311 of file lcd_log.c.

uint32_t idx

Definition at line 247 of file lcd_log.c.

LCD_LOG_PUTCHAR
Initial value:
{
sFONT * BSP_LCD_GetFont(void)
Gets the LCD text font.
Definition: fonts.h:68

Redirect the printf to the LCD.

Parameters
ccharacter to be displayed
foutput file pointer
Return values
None

Definition at line 244 of file lcd_log.c.