LCD displaying incorrect Count - Serial is correct

  lcd.print(count);
    Serial.println(count++);