Hello all!
I'm trying to display this:
LCD results:Code:speed VAR WORD
LCDOUT $FE,$8D, DEC speed, "km/h"
Let's say speed is increasing and then decresing:
What is the 'secret' to solve this little problem?Code:98km/h
99km/h
100km/h
101km/h
100km/h
99km/hh ----> THE PROBLEM
Thanks..
Sylvio