diff options
Diffstat (limited to 'lcd.h')
-rw-r--r-- | lcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ #define Press_Change_Message "Push CHANGE to continue." +#include <glib.h> -void LCD_display_error_message(char *response); +void LCD_display_extended_message(char *response, gboolean show_change_message); void LCD_clear(); void LCD_write(int row, int col, char *LCD_string); void LCD_initialize(void); |