this won't work properly with those readings either

670 */ 1250 = 3271 and would display as 27.1 deg with following code

Code:
temperature= temp */ quanta  ; this result is now 4 digits




lcdout $FE, 2, "Temp ",dec2 (temperature/10),".", dec1 (temperature/10),"C"
its just so wrong i give up