Do you mean this part:
Alphafitz:
lcd.setCursor(12, 0);
lcd.print(mpxValBar, DEC);
lcd.print("Bar");
Perhaps there is not enough room in the last four characters of the line to put the number and the word "Bar"?
Do you mean this part:
Alphafitz:
lcd.setCursor(12, 0);
lcd.print(mpxValBar, DEC);
lcd.print("Bar");
Perhaps there is not enough room in the last four characters of the line to put the number and the word "Bar"?