01-29-2008 07:21 AM
01-30-2008 07:17 AM
01-30-2008 07:45 AM
Hi Iskander,
i think your PDA works with an other color table so you has to find out which color table is supported by it.
Mike
01-30-2008 08:25 AM
01-30-2008 02:45 PM
01-30-2008 04:17 PM
Hi Meghan M.
Thanks
I have a question
When I created the 3 arrayes FF, FF00, FF0000 and transfer its to picture ,- Why am I see only one picture RED but other picture are black color?
Respect
Iskander
01-31-2008 01:55 AM
My guess - the PDA module only supports 16 bit color (I know it used to) and it takes the lower bytes from 24 bit images, so the third array is 0000, which is black. This would also mean that the byte order is swapped, or FF and FF00 would not both be red.
Iskander wrote:
When I created the 3 arrayes FF, FF00, FF0000 and transfer its to picture ,- Why am I see only one picture RED but other picture are black color?
01-31-2008 04:01 AM
Hi
Thanks all who answer me
The code for the red is FFFFFF
What are code for the green and blue colors for the PDA ?
Best regards
Iskander
01-31-2008 07:25 AM
Hello all
Thanks for the attention
I found the color
Best regards
02-01-2008 04:29 AM