Thats what I deserve to get if I forget to remove my debugging code that
says:
dstByte[10]= oxFF; :-))


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Prashant
Verma

Hi,
I need some hints about this problem 8-\
I am displaying images in OS 3.5 devices, using WinDrawBitmap().
The images are 2bpp, and the display screen is 2bpp too.
Images largely display well, except for one WEIRD problem:
All my images are displayed with a black line, which is vertical and has a
width of 4 pixels. The line is at a fixed 'x' location for all images and
runs through the complete height of image. The rest of the image is
perfectly OK.
Has anyone seen this problem before?
If so, please let me know and if your solution works, I'll gladly write a
module for you ;-)
Another small detail: I'm constructing the images on the device, converting
from 8bpp to 2bpp. I double checked the Row Bytes alignement to 16 bit
boundaries.
        rowBytes = ((((width * OUTDEPTH) + 15) >> 4) << 1);

-Prashant


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


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