NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
LCDLIB.h
Go to the documentation of this file.
1/**************************************************************************/
11#ifndef __NANO100_LCDLIB_H
12#define __NANO100_LCDLIB_H
13
14#ifdef __cplusplus
15extern "C"
16{
17#endif
18
32typedef struct
33{
34 uint32_t Sub_Zone_Num;
37 /* end of group NANO100_LCDLIB_EXPORTED_STRUCTS */
39
40
45void LCDLIB_Printf(uint32_t u32Zone, char *string);
46void LCDLIB_PutChar(uint32_t u32Zone, uint32_t u32Index, uint8_t u8Ch);
47void LCDLIB_SetSymbol(uint32_t u32Zone, uint32_t u32Index, uint32_t u32OnOff);
48void LCDLIB_PrintNumber(uint32_t u32Zone, long long value);
49
50 /* end of group NANO100_LCDLIB_EXPORTED_FUNCTIONS */
52 /* end of group NANO100_LCDLIB_Driver */
54 /* end of group NANO100_Library */
56
57
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif /* __NANO100_LCDLIB_H */
64
65
66
67/*** (C) COPYRIGHT 2013 Nuvoton Technology Corp. ***/
68
uint32_t Zone_Digit_SegNum
Definition: LCDLIB.h:35
uint32_t Sub_Zone_Num
Definition: LCDLIB.h:34
void LCDLIB_PrintNumber(uint32_t u32Zone, long long value)
Display number on LCD.
Definition: LCDLIB.c:110
void LCDLIB_Printf(uint32_t u32Zone, char *string)
Display text on LCD.
Definition: LCDLIB.c:52
void LCDLIB_SetSymbol(uint32_t u32Zone, uint32_t u32Index, uint32_t u32OnOff)
Display symbol on LCD.
Definition: LCDLIB.c:230
void LCDLIB_PutChar(uint32_t u32Zone, uint32_t u32Index, uint8_t u8Ch)
Display character on LCD.
Definition: LCDLIB.c:181
return value
Definition: semihosting.h:98