lcd.setCursor(0,0);
lcd.print(" "); // Blank out the previous value with four spaces
lcd.setCursor(0,0);
lcd.print(potValue);
lcd.setCursor(0,0);
lcd.print(" "); // Blank out the previous value with four spaces
lcd.setCursor(0,0);
lcd.print(potValue);