LCD displaying incorrect Count - Serial is correct

The displayed results are correct, and differ by one, exactly as coded and expected.

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