summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 10:22:29 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 10:22:29 -0400
commitcaa8ad5d4afb0781ea5ad002d0ce5c01c233cfd9 (patch)
tree038763f9e90ffb59030ccdc4b54e935eb41a2354 /lcd.h
parentd098bec4aad4dae2c6ecd2db6a55ae9ca4cad525 (diff)
add startup messages for LCD
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lcd.h b/lcd.h
index 0626237..804b44f 100644
--- a/lcd.h
+++ b/lcd.h
@@ -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);