Hi,

In wince5.0, is there any way to do R and B swapping because the LCD
connected ti pxa270 lcd controller was swap...

Best regards,
J

--
Message posted via http://www.pocketpcjunkies.com

Re: RGB swap by K

K
Mon Apr 28 18:39:00 PDT 2008

Maybe swaping the R and B field of BitMasks array could do the trick.
The BitMasks is declared in
PUBLIC\COMMON\OAK\CSP\ARM\INTEL\PXA27X\DISPLAY\PXA27X_LCD\sa2video.cpp,
while it is a PUBLIC Prebuilt code, you may need to know how to clone the
code into your BSP.

"JamesCool via PocketPCJunkies.com" <u42351@uwe> wrote in message
news:83317216cfd8b@uwe...
> Hi,
>
> In wince5.0, is there any way to do R and B swapping because the LCD
> connected ti pxa270 lcd controller was swap...
>
> Best regards,
> J
>
> --
> Message posted via http://www.pocketpcjunkies.com
>



Re: RGB swap by JamesCool

JamesCool
Mon Apr 28 21:38:00 PDT 2008

Hi,

Thanks for your idea.... It work for base frame but not overlay... Any idea?

Best regards,
J

K. S. Huang wrote:
>Maybe swaping the R and B field of BitMasks array could do the trick.
>The BitMasks is declared in
>PUBLIC\COMMON\OAK\CSP\ARM\INTEL\PXA27X\DISPLAY\PXA27X_LCD\sa2video.cpp,
>while it is a PUBLIC Prebuilt code, you may need to know how to clone the
>code into your BSP.
>
>> Hi,
>>
>[quoted text clipped - 3 lines]
>> Best regards,
>> J

--
Message posted via PocketPCJunkies.com
http://www.pocketpcjunkies.com/Uwe/Forums.aspx/wince-pb/200804/1


Re: RGB swap by K

K
Tue Apr 29 11:40:32 PDT 2008

Well, overlay feature highly depends on hardware so that it may *not*
possible to use the same trick for hacking the signal swapping.
If you are looking for pure software base solution, it might just make you
disappointed.
Maybe it is time to consider some hardware reworking.


"JamesCool via PocketPCJunkies.com" <u42351@uwe> wrote in message
news:8362d0025844b@uwe...
> Hi,
>
> Thanks for your idea.... It work for base frame but not overlay... Any
> idea?
>
> Best regards,
> J
>
> K. S. Huang wrote:
>>Maybe swaping the R and B field of BitMasks array could do the trick.
>>The BitMasks is declared in
>>PUBLIC\COMMON\OAK\CSP\ARM\INTEL\PXA27X\DISPLAY\PXA27X_LCD\sa2video.cpp,
>>while it is a PUBLIC Prebuilt code, you may need to know how to clone the
>>code into your BSP.
>>
>>> Hi,
>>>
>>[quoted text clipped - 3 lines]
>>> Best regards,
>>> J
>
> --
> Message posted via PocketPCJunkies.com
> http://www.pocketpcjunkies.com/Uwe/Forums.aspx/wince-pb/200804/1
>