summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-14 08:49:02 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-14 08:49:02 -0500
commit45453184e212d35229e33045fd5e641c85beec68 (patch)
tree13182dd17530e9d92c517932684fc30892f4652c /lcd.h
parent6c0c3baa0a8ba0ddb4dab767c75e10613768995f (diff)
remove fixed-length strings in mode_names
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcd.h b/lcd.h
index a88953e..5b7dbc7 100644
--- a/lcd.h
+++ b/lcd.h
@@ -13,4 +13,5 @@ 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_write_padded_spaces(int row, int col, char *LCD_string, int width);
+void LCD_write_padded_to_end_of_line(int row, int col, char *LCD_string);
void LCD_initialize(void);