lcd.print and lcd.write at one line

Since you seem to doing something related to temperature, another useful
character when using temperature is the degree symbol.
This is often character 0xdf or \337
So if you are defining a custom character for the degree symbol, you could
try to see if your character set has the degree symbol built in.

--- bill