> Does any body knows how to create a bitmap of 1024x768 pixel inPalm OS 3.5
> using bitmap function ?

  1024x768 in 8bpp.. 786432 bytes required
  1024x768 in 4bpp.. 393216 bytes required
  1024x768 in 2bpp.. 196608 bytes required
  1024x768 in 1bpp..  98304 bytes required

  *sigh*.. max size of anything on a palm (single contiguous) is 64K
  fat chance of fitting an image of that size into your Palm :) unless,
  of course, you compress it.

  in citikey, i had a 1600x1200 image (or thereabouts) in 2bpp stored
  in the device.. however, it wasn't nice extracting the parts i needed
  to display (compressed) and at the same time keep it fast :)

  i'd suggest a smaller image :)

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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

Reply via email to