NANO102/112 BSP V3.03.003
The Board Support Package for Nano102/112 Series
Functions | Variables
Collaboration diagram for LCDLIB Exported Functions:

Functions

void LCDLIB_Printf (uint32_t u32Zone, char *string)
 Display text on LCD. More...
 
void LCDLIB_PutChar (uint32_t u32Zone, uint32_t u32Index, uint8_t u8Ch)
 Display character on LCD. More...
 
void LCDLIB_SetSymbol (uint32_t u32Zone, uint32_t u32Index, uint32_t u32OnOff)
 Display symbol on LCD. More...
 
void LCDLIB_PrintNumber (uint32_t u32Zone, long long value)
 Display number on LCD. More...
 

Variables

uint32_t ZoneInfo_TypeDef::Sub_Zone_Num
 Sub zone number. More...
 
uint32_t ZoneInfo_TypeDef::Zone_Digit_SegNum
 Segment number. More...
 

Detailed Description

Function Documentation

◆ LCDLIB_Printf()

void LCDLIB_Printf ( uint32_t  u32Zone,
char *  string 
)

Display text on LCD.

Parameters
[in]u32Zonethe assigned number of display area
[in]stringText string to show on display
Returns
None

Definition at line 64 of file LCDLIB.c.

Here is the call graph for this function:

◆ LCDLIB_PrintNumber()

void LCDLIB_PrintNumber ( uint32_t  u32Zone,
long long  value 
)

Display number on LCD.

Parameters
[in]u32Zonethe assigned number of display area
[in]valuenumber to show on display
Returns
None

Definition at line 122 of file LCDLIB.c.

Here is the call graph for this function:

◆ LCDLIB_PutChar()

void LCDLIB_PutChar ( uint32_t  u32Zone,
uint32_t  u32Index,
uint8_t  u8Ch 
)

Display character on LCD.

Parameters
[in]u32Zonethe assigned number of display area
[in]u32Indexthe requested display position in zone
[in]u8ChCharacter to show on display
Returns
None

Definition at line 193 of file LCDLIB.c.

Here is the call graph for this function:

◆ LCDLIB_SetSymbol()

void LCDLIB_SetSymbol ( uint32_t  u32Zone,
uint32_t  u32Index,
uint32_t  u32OnOff 
)

Display symbol on LCD.

Parameters
[in]u32Zonethe assigned number of display area
[in]u32Indexthe requested display position in zone
[in]u32OnOff1: display symbol 0: not display symbol
Returns
None

Definition at line 242 of file LCDLIB.c.

Here is the call graph for this function:

Variable Documentation

◆ Sub_Zone_Num

uint32_t ZoneInfo_TypeDef::Sub_Zone_Num

Sub zone number.

Definition at line 35 of file LCDLIB.h.

◆ Zone_Digit_SegNum

uint32_t ZoneInfo_TypeDef::Zone_Digit_SegNum

Segment number.

Definition at line 36 of file LCDLIB.h.