summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:51:10 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:51:10 -0500
commitecd33bd78e0caef597d3bad272ac239ffda74d24 (patch)
treecd1b7becb550151026160cb7baf57e58cc72a3c2 /lcd.h
parentf6029e78658411a7f56adf9f3d1f36bfb699a61b (diff)
first LCD support
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lcd.h b/lcd.h
new file mode 100644
index 0000000..c369017
--- /dev/null
+++ b/lcd.h
@@ -0,0 +1,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);