Sony OSK with transparent background

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

Moderators: cheriff, TyRaNiD

Post Reply
kasikeeper
Posts: 36
Joined: Thu Nov 29, 2007 7:08 pm

Sony OSK with transparent background

Post by kasikeeper »

Hi,

I am currently exploring options to display the Sony OSK. I managed to display it with a black background. Does anyone know how to set it to transparent background? Is it an OSK parameter somewhere or is it GU setup. If so, how would I need to do it?

Regards,
Kai
cloudpjff7
Posts: 7
Joined: Thu Jan 03, 2008 10:24 am

Post by cloudpjff7 »

Assuming your using the source included in lightmp3 or doom, it would just be a parameter. In the requestString function, you'll see something like "pspDebugScreenSetBackColor(0xFF000000);". Just comment it out.
kasikeeper
Posts: 36
Joined: Thu Nov 29, 2007 7:08 pm

Post by kasikeeper »

Thanks for the quick answer! However, I do not quite understand it. The pspDebugScreenSetBackColor in the requestString function is invoked after the OSK is displayed, meaning after its main while loop is completed. Thus commenting pspDebugScreenSetBackColor out should not have any impact at all on the background transparency of the OSK at all. Am I something missing here?

Also, does somebody know how to change the cursor speed of the sony osk?
peb
Posts: 26
Joined: Mon Mar 12, 2007 10:01 pm

Post by peb »

I make library psposk, with it you can print picture, so you can print your last background.

you can find it on my web site : http://bdpp.c.la (in download space)
Sorry for my English, I'm french.
Post Reply