|
|
|
|
703
|
lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
|
703
|
lcd_put_u8str(estimation_x_pos, EXTRAS_BASELINE, estimation_string);
|
704
|
}
|
704
|
}
|
705
|
else if (elapsed_string[0]) {
|
705
|
else if (elapsed_string[0]) {
|
|
|
706
|
+ extern const char E_LBL[];
|
706
|
lcd_put_u8str_P(PROGRESS_BAR_X, EXTRAS_BASELINE, E_LBL);
|
707
|
lcd_put_u8str_P(PROGRESS_BAR_X, EXTRAS_BASELINE, E_LBL);
|
707
|
lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
|
708
|
lcd_put_u8str(elapsed_x_pos, EXTRAS_BASELINE, elapsed_string);
|
708
|
}
|
709
|
}
|