@ -141,7 +141,7 @@ int main(void)
if (vfd_place>0) { // only on new newline
vfd_clear(); // clear display
vfd_place = 0; // restart from beginning
// show previous line on digits (and clear it
// show previous line on digits (and clear it)
for (uint8_t i=0; i<LENGTH(previous_line) && i<VFD_DIGITS; i++) {
vfd_digit(i,previous_line[i]);
previous_line[i] = 0;