> 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 Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to