diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:51:10 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:51:10 -0500 |
commit | ecd33bd78e0caef597d3bad272ac239ffda74d24 (patch) | |
tree | cd1b7becb550151026160cb7baf57e58cc72a3c2 /lcd.h | |
parent | f6029e78658411a7f56adf9f3d1f36bfb699a61b (diff) |
first LCD support
Diffstat (limited to 'lcd.h')
-rw-r--r-- | lcd.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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);
|