Quote Originally Posted by Darrel Taylor View Post
Code:
LCDOUT $FE,$C0, DEC setpoints(0)/10,".",DEC1 setpoints(0)//10
Thanks.

I tried changing the results value (dividing by 2 and then multiplying by 2) to no avail.

How does dividing by 10 work out then ? If the result value was giving me a setpoints value of 100, but it was displaying 20.0 on the screen, dividing 100/10 gives 10 which would equate to 1.0 degree ??

Just can't get my head round this... maybe I've been at it too long... or had too many glasses of wine !