I am having some trouble coding text movement in the debug screen
where I think it should be possible.
Code: Select all
pspDebugScreenSetXY(0, 160);
printf(" YYYYYYYYYYYYYYYYYYYYYYYYYYYYY");
pspDebugScreenSetXY(0, 150);
printf(" XXXXXXXXXXXXXXXXXXXXX");
I set two different positions? : XXXXXXXXXXXXXXXXXXXXXYYYYY
Also, the variable/constant in Y seems to reference the screen from
botton to top. isn't this odd?
Is there any documentation re debug screen commands? I know there are a few of them I have used.
Cheers, Art.