|
|
|
|
597
|
lcd_put_wchar(PROGRESS_BAR_X, EXTRAS_BASELINE, SHOW_REMAINING_TIME_PREFIX);
|
597
|
lcd_put_wchar(PROGRESS_BAR_X, EXTRAS_BASELINE, SHOW_REMAINING_TIME_PREFIX);
|
598
|
lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
|
598
|
lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
|
599
|
}
|
599
|
}
|
600
|
- else {
|
|
|
|
|
600
|
+ else if (elapsed_string[0] != '\0'){
|
601
|
lcd_put_wchar(PROGRESS_BAR_X, EXTRAS_BASELINE, ELAPSED_TIME_PREFIX);
|
601
|
lcd_put_wchar(PROGRESS_BAR_X, EXTRAS_BASELINE, ELAPSED_TIME_PREFIX);
|
602
|
lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
|
602
|
lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
|
603
|
}
|
603
|
}
|