The rounding isn't necessary because the Print class does it already in printFloat, which is called by the print method for a float in the two argument version.
lcd.print(rawValue,1);
The rounding isn't necessary because the Print class does it already in printFloat, which is called by the print method for a float in the two argument version.
lcd.print(rawValue,1);