summaryrefslogtreecommitdiff
path: root/lcd.h
blob: 804b44f381c3846bb4282a01c9f3ed8094316eb3 (plain)
1
2
3
4
5
6
7
8
#define Press_Change_Message "Push CHANGE to continue."

#include <glib.h>

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);