diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 10:22:29 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 10:22:29 -0400 |
commit | caa8ad5d4afb0781ea5ad002d0ce5c01c233cfd9 (patch) | |
tree | 038763f9e90ffb59030ccdc4b54e935eb41a2354 /error_utils.c | |
parent | d098bec4aad4dae2c6ecd2db6a55ae9ca4cad525 (diff) |
add startup messages for LCD
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/error_utils.c b/error_utils.c index 75e0219..50a0af8 100644 --- a/error_utils.c +++ b/error_utils.c @@ -137,7 +137,7 @@ void queue_error_and_display_on_LCD(int error_num) { gchar* response = NULL; queue_error_and_get_text(&response, error_num); - LCD_display_error_message (response); + LCD_display_extended_message (response, 1); } |