diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-31 08:29:43 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-31 08:29:43 -0400 |
commit | 8deceaf5efd69c1f9592deef6b00bd210af38ba3 (patch) | |
tree | d105b7663f927c29dde6067ae69e3e42f0103b8d /lcd.h | |
parent | fae02b5c3a9d5f3cf3e6253cdcd6a0100bdbcd73 (diff) |
added LCD_write_padded_spaces
Diffstat (limited to 'lcd.h')
-rw-r--r-- | lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |