PDA

View Full Version : [C TUTORIAL] How to load an 8bit PCX image and display it on the PSP



tommydanger
September 1st, 2006, 05:27
Hi
I wrote a tutorial on how you can display 8bit PCX files on the PSP screen.
In this tutorial we don't use any other libraries except PSPSDK and basic C libraries.
You will see how you can handle the file with basic C functions and how you can make it ready for the PSP :)

This tutorial is basically a summary of what I did the last days.
I felt it was important to write a tutorial afterwards as it is really not that complicated.
You don't necessarily have to rely on external libraries ;)

How to load an 8bit PCX image and display it on the PSP (http://analyzer.idf-mod.de/pspdev/tutorial.html)
The tutorial and the corresponding files [scr/samplepic] can be downloaded here: (http://analyzer.idf-mod.de/pspdev/pcx-tutorial.rar)

-Tommy