Quote Originally Posted by Tobias View Post
Lcdout $fe, <font color=red>$c0</font color>,dec StageNum,"-S"," ",dec DisplaySTIme+0000, " ",Dec

Thanks
Toby
Hello Tobias,
The code in red is where you tell the LCD where to start, and can be decimal ($c0 = 192) or hex as you have it. You will find line 3 is a continuation of line 1 and line 4 is line 2 continued.
Position 1 for each line is as follows: line 1 = 128, line 2 = 192, line 3 = 148 and line 4 = 212, so add 1 to each of the above to move them over 1 space, or add spaces to your string.
HTH
JS