Thanks for reply !
I made this change :
and the position of first character of second temperature don't move. But I want to keep the position of the last character ; maintaining the alignment to the right !Code:LcdOut $FE, $C0, "OUT : ", Sign2," " LcdOut $FE, $C0 + 9, DEC (Temperature2 / 100), ".", DEC Temperature2 DIG 1, " ",223,"C "
Bookmarks