LCD Abstraction for MiWi Protocol interface.
Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | LCD_Erase (void) |
void | LCD_Initialize (void) |
void | LCD_Update (void) |
void | LCDDisplay (char *message, uint8_t value, bool delay) |
void | LCDTRXCount (uint8_t, uint8_t) |
Variables | |
char | LCDText [16 *4+1] |
void LCD_Erase | ( | void | ) |
Referenced by run_p2p_demo(), run_star_demo(), and Source_END_DEVICE_INFO().
void LCD_Initialize | ( | void | ) |
Referenced by main().
void LCD_Update | ( | void | ) |
Referenced by run_p2p_demo(), run_star_demo(), and Source_END_DEVICE_INFO().
void LCDDisplay | ( | char * | message, |
uint8_t | value, | ||
bool | delay | ||
) |
void LCDTRXCount | ( | uint8_t | , |
uint8_t | |||
) |
Referenced by DemoOutput_UpdateTxRx().
char LCDText[16 *4+1] |
Referenced by run_p2p_demo(), run_star_demo(), and Source_END_DEVICE_INFO().