12 #ifndef __NANO1X2_LCDLIB_H 13 #define __NANO1X2_LCDLIB_H 47 void LCDLIB_PutChar(uint32_t u32Zone, uint32_t u32Index, uint8_t u8Ch);
48 void LCDLIB_SetSymbol(uint32_t u32Zone, uint32_t u32Index, uint32_t u32OnOff);
void LCDLIB_PutChar(uint32_t u32Zone, uint32_t u32Index, uint8_t u8Ch)
Display character on LCD.
uint32_t Sub_Zone_Num
Sub zone number.
void LCDLIB_PrintNumber(uint32_t u32Zone, long long value)
Display number on LCD.
void LCDLIB_SetSymbol(uint32_t u32Zone, uint32_t u32Index, uint32_t u32OnOff)
Display symbol on LCD.
uint32_t Zone_Digit_SegNum
Segment number.
void LCDLIB_Printf(uint32_t u32Zone, char *string)
Display text on LCD.