Hi,
I want to create a wallpaper and write some string on it in my psp.
I used graphics.h and the function :
blitAlphaImageToScreen(0,0,480,272,screenbuffer,0,0);
for creating my wallpaper and display it , but for writing a message on it, what must i use?
i tried to use a sample in the pspdsk ("/sample/gu/text") but when i use it, it refresh the psp's memory and it cancels my wallpaper before writing.
Anyone can help me?
Thanx