$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 reducing the delay to Find the minimum necessary for having the display working.

Cheers

Al.