summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
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 0803e67..a76d732 100644
--- a/lcd.h
+++ b/lcd.h
@@ -15,4 +15,5 @@
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_write_padded_spaces(int row, int col, char *LCD_string, int width);
void LCD_initialize(void);