typo
This commit is contained in:
parent
7661170957
commit
b9f3e244af
2
main.c
2
main.c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user