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

#include <glib.h>

#define LCD_cols    	40
#define LCD_rows    	4		/* 4x40 LCD */

void LCD_display_extended_message(char *response, gboolean show_change_message, gboolean is_error_screen);
void LCD_clear();
void LCD_write(int row, int col, char *LCD_string);
void LCD_initialize(void);