LCD ProgressBar (visible numbers instead of squares)

Hi Bill,

When I found the code it was written with "write" but I got an error message
saying, call of overloaded 'write(int)' is ambiguous

I check for that error message on Google and someone suggest to replace "write"
for "print" and it work for the error message.

I will look further to fix that error message and keeping "write" instead of "print".

Thanks,