Change code to work with 20x4 LCD instead of 16x2

So I replaced the three instances of... lcd.print("_"); // empty with lcd.print(" "); // empty... and we now have this...

1 Like