LCD ProgressBar (visible numbers instead of squares)

Hi

Yes Bill,

A few minutes ago I found what PaulS is suggesting
and I changed lcd.write(0); for lcd.write(byte(0));
and it worked.

I only had to change the first line an it's ok now.