but that sounds strange -
1) does the m100 that is an EZ cpu, and OS 3.5.2 can show 16 colors ?
2) does the palm iiie (OS 3.3, EZ) can show 16 colors? because i have iiie
and i can't.
3) the Palm V was at first OS 3.1, and it support 16 colors (i think)

so ???
shay

"Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
> > Hi,
> > which palm support the 2 bit color resolution, and which palm support
the 4
> > bit color resolution ?
> > i looked at the spec. of all the products,
> > i know that the Palm V support up to 4 bit, but i don't know about the
palm
> > iii/iiie/iiix/iiixe/m100 bit support.
> > i also looked at the hardware marix compersion of palmos.com, but no
> > specific answer was there.
>
>   devices that support EZ processor - also, you need at least 3.3 from
>   memory to even consider changing to 4bpp without hacking.. :)) it
>   could be 3.5.. too early in the day.
>
>   the next question you will ask is "how do i detect the EZ processor"?
:))
>
> ---
> {
>   UInt32 cpuID;
>
>   FtrGet(sysFtrCreator, sysFtrNumProcessorID, &cpuID);
>   cpuID = cpuID & sysFtrNumProcessorMask;
>
>   if (cpuID == sysFtrNumProcessorEZ)
>     // yay!
>   else
>     // bad luck :)
> ---
>
>   i thought i would save time and answer this question for you.
>
>   cheers
>
> // az
> [EMAIL PROTECTED]
> http://www.ardiri.com/    <--- free games!
>
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to