blob: 06262376d2eecf15ae6b9300578802ee28dbadd5 (
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);
|