All Forums
 Microsoft Windows CE
 CE Drivers
 Configuring for 16 bpp color
 Forum Locked  Topic Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

KnowledgeBase

296 Posts

Posted - 26 Feb 2002 :  13:47:12  Show Profile  Email Poster
Q: Can I configure my system for 16 bpp color? My application requires it.

Yes. You can change entries ADSLOAD.REG and ADSLOAD.HWT files. However, note that the colors on the display will not be correct. This is because the StrongARM maps the panel driver signals differently depending on the resolution that it's driving.

If you would like to try running at 16-bit color, you must make the following changes to the REG and HWT files. The changes shown are for the Sharp LQ64D343 display shipped with standard evaluation systems, but will usually work with other active displays:

ADSLOAD.HWT
from:
  0xC0000F04 0x00000008 ; Color depth: [08=8bpp] 10=16bpp
to:
  0xC0000F04 0x00000010 ; Color depth: [08=8bpp] 10=16bpp

ADSLOAD.REG
from:
  [HKEY_LOCAL_MACHINE\Drivers\Display]
  "BitsPerPixel"=dword:08 ; [08=8BPP] 10=16bpp (must match .HWT)

to:
  [HKEY_LOCAL_MACHINE\Drivers\Display]
  "BitsPerPixel"=dword:10 ; [08=8BPP] 10=16bpp (must match .HWT)


If you find that your application's performance at 16 bpp is better than 12 bpp, you may order a 16-bit cable from ADS. The part number for the 16 bpp LQ64D343 display cable is 610110-3016A.


For further reading about displays on ADS products, see the display topic index.

------------------
ADS Knowledge Base

akidder

1519 Posts

Posted - 12 Mar 2002 :  17:32:25  Show Profile  Email Poster
Note that because 16bpp color requires twice as much bandwidth as 8bpp, you may see that the screen flickers during PCMCIA access. You can read more about the performance tradeoffs at this topic.

If your application is going to use the PCMCIA socket, try increasing the value of LCCR3 to improve performance. See the forum topic on screen flicker for details.

-----------------------
Drew Kidder
ADS Technology Transfer
Go to Top of Page
  Topic  
 Forum Locked  Topic Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000