Quote Originally Posted by Eugeniu View Post
No , I have not a LCD display on the same leds display , but in my mind is to do this . I have a LCD display on a test plate for differnet programs .
I know very well to work with a LCD display ( is a good "HELP " in MicroBasic Studio Plus
Should use it more often...

Is not necesary to use " HIGH BYTE " I use only "LOW BYTE "
The 'temperature' function will return a WORD result.

digit var byte[5]
digit[5] = temperature dig 4
digit[4] = temperature dig 3
digit[3] = temperature dig 2
digit[2] = ","
digit[1] = temperature dig 1
digit[0] = temperature dig 0

I'll try this !
That's what we suggested back in post #2!!!