Skip to content

Commit

Permalink
added background overwriting to show background-values without leftov…
Browse files Browse the repository at this point in the history
…ers from earlier (longer) values
  • Loading branch information
roblehmann committed Dec 15, 2015
1 parent d21ea22 commit 21a2674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions display.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ void showData()
// show reference values
myGLCD.print((String)(long)refValues[j][0], startX + 50*j, 110);
// show background values
myGLCD.print(F(" "), startX + 50*j, 125);
myGLCD.print((String)(long)odValues[j][5], startX + 50*j, 125);
}

Expand Down

0 comments on commit 21a2674

Please sign in to comment.