diff options
Diffstat (limited to 'lcd.h')
-rw-r--r-- | lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |