PDA

View Full Version : Creating HiRes+ applications???


grasmo
01-16-2003, 07:05 PM
Hy!

I want to write a program for my NR70V using the HiRes+ (320x480) Displaymode. I looked through the Sony SDK and the online docs, but haven't found any information on this. It was actually quite simple to change into the HiRes (320x320) mode, but nothing about HiRes+. If anybody has infos on how to do this, I'd be quite thankful. I am using the Cygwin Gcc /Pilrc....

thnx in advance
grasmo

Eric S
01-17-2003, 03:25 PM
(I already posted this, but don't see it, so I'll repost).

That's because you're approaching it from the wrong direction. Read the Virtual Silkscreen API (chapter 10 in ver 3.0 of the Sony SDK, or chapter 6 in ver 5.0 of the Sony SDK). Once you've set the resolution, then it's just a matter of telling (or allowing) the silkscreen to minimize so that you get more room.

grasmo
01-17-2003, 04:12 PM
Thanks...

After checking the Sony-API again, I found out that it is just a few lines of code to get rid of the SoftGrafiti...

grasmo