This commit is contained in:
King Kévin 2016-01-26 10:51:03 +01:00
parent 7661170957
commit b9f3e244af
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -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;