Bitmap fonts

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
-Aran-
Posts: 1
Joined: Fri Mar 31, 2006 10:17 pm

Bitmap fonts

Post by -Aran- »

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
Post Reply