Mega256 and Nokia 3310 LCD -- display currupts over time... pics and code inside

michael_x:

would I be able to use one lcd.print command to display both the variable, and the text in the quotes?

No.
Applies to all .print(x) methods:
Depending on the data tpye of x there are different methods called, doing different stuff until they all end up in write(chararray, len)

You might first collect all output into a char array, using sprintf(), but why ?

Ah, okay. I totally see no reason in doing it either... besides making the code look good, heh.

Update: I've been having it run for the past 24 hours, and so far, no glitches. However, sometimes the temperatures seem to be as far as 5 degrees apart... but when I leave the room for a couple hours, they can be as close as 0.4 degrees within range of each other. I'll end up just using 1 sensor, but it's nice to see this working and compare it to the thermostat that's not more than 8 feet away.

Thanks for the reply, bro