15/10/2007, 05:48 AM
Homebrew coder Art dropped by QJ.NET PSP Development Forum and shared an application created by Dark AleX that allows programmers to access PSP Slim & Lite's TV out capabilities using component, composite, and d-terminal cables. More than a full program, this one is more of a "Hello World" proof that such can be done.
Art added that the resolution for composite cables is 720x503 while using component cables will yield a resolution of 720x480. The program has not been tested formally with D-terminal cables but it basically uses the same code as that of the component's. Art added:
To use it in your code, you just have to replace the call to sceDisplaySetMode with the call to my custom function pspDveMgrSetVideoOut (which calls sceImposeSetVideoOutMode, which at the end calls sceDisplaySetMode), and be aware of the bigger resolution.
dl link
http://dl.qj.net/dl.php?fid=14864
Art added that the resolution for composite cables is 720x503 while using component cables will yield a resolution of 720x480. The program has not been tested formally with D-terminal cables but it basically uses the same code as that of the component's. Art added:
To use it in your code, you just have to replace the call to sceDisplaySetMode with the call to my custom function pspDveMgrSetVideoOut (which calls sceImposeSetVideoOutMode, which at the end calls sceDisplaySetMode), and be aware of the bigger resolution.
dl link
http://dl.qj.net/dl.php?fid=14864