Very new to Arduino so, can anyone tell me what the code is for displaying data from a temp sensor on my touch screen? I have gotten as far as displaying letters, numbers and colors on it but get stumped when it comes to displaying data read from a sensor.
I tried using myGLCD.print(analog_pin, CENTER, 120) but get char conversion errors. Any suggestions?