blob: c369017de8ad2f66f5012b54c359489f6b4ba186 (
plain)
1
2
3
4
5
6
7
|
#define Press_Change_Message "Push CHANGE to continue."
void LCD_display_error_message(char *response);
void LCD_clear();
void LCD_write(int row, int col, char *LCD_string);
void LCD_initialize(void);
|