$0D = carriege return. It just move to the first column
$0A = new line. It moves to the line below.
Very likely your display works with pixel coordinate so these commands are useless.
Try...
Type: Posts; User: aratti; Keyword(s):
$0D = carriege return. It just move to the first column
$0A = new line. It moves to the line below.
Very likely your display works with pixel coordinate so these commands are useless.
Try...
Have you tried with carriege return + line feed ? Add 13,10 to the first serout2 command.
serout2 lcd,84,[$73,$04,$03,$13,$ff,$ff,"Leonardo Bilalis",$00,$0D,$0A]
Cheers
Al.