It seems that PalmOS "thinks" that you are trying to display low density
bitmap on the high density screen.

DensityType of your bitmap must be kDensityDouble.

I don't know about CW but with pilrc you can add bitmap family resource
something like that: 

BITMAPFAMILYEX ID ID_Logo
BEGIN
        BITMAP "picture_bpp4.bmp" BPP 4 COMPRESS DENSITY 1
        BITMAP "picture_bpp16.bmp" BPP 16 COMPRESS DENSITY 1
        BITMAP "your_160x160_picture.bmp" BPP 16 COMPRESS DENSITY 2     
END

On the Tungsten E picture with DENSITY 2 will be displayed.


Regards,
Albert
 

On Thu, 13 May 2004 15:17:36 +0530
"wax wacky" <[EMAIL PROTECTED]> wrote:

> 
> Hello Guys,
> 
> I have a Tungsten|E PDA and I want to display an image of size 160*160 onto its 
> screen. I want this image to be displayed in the centre leaving some space around 
> its borders. 
> 
> But this image size (160*160) eats up the complete screen area, not allowing space 
> even for user interface elements.
> 
> My question : Is there any resoultion setting for the screen. If yes how can i do 
> it. 
> 
> Bye
> 
> -- 
> ______________________________________________
> IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com 
> Check out our value-added Premium features, such as an extra 20MB for mail storage, 
> POP3, e-mail forwarding, and ads-free mailboxes!
> 
> Powered by Outblaze
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
> http://www.palmos.com/dev/support/forums/

 



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to