Hi,
I'm customizing our wince platform(5.0), we have a 240*320 TFT LCD
screen, can I rotate it and using it as a 320*240 LCD? and how?

Best regards,
Jack

Re: Screen rotation in PB5.0 by Anthony

Anthony
Mon Jun 27 02:43:07 CDT 2005

The "quarter VGA ressources - portrait mode" component will adapt all the
(wince) ressources to a portait display. Without it, you are in landscape
mode

--
----------------------------------------------------------------
Anthony Pellerin
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT com>
http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------


"jackzhao" <jackzhao@yeah.net> wrote in message
news:eYNCbqseFHA.1328@TK2MSFTNGP12.phx.gbl...
> Hi,
> I'm customizing our wince platform(5.0), we have a 240*320 TFT LCD
> screen, can I rotate it and using it as a 320*240 LCD? and how?
>
> Best regards,
> Jack
>



Re: Screen rotation in PB5.0 by jackzhao

jackzhao
Mon Jun 27 03:10:15 CDT 2005

This component had been selected, but how to rotate the screen?

"Anthony Pellerin" <apellerin_nospam@adeneo.adetelgroup.com> wrote in
message news:OHtGfvueFHA.3836@tk2msftngp13.phx.gbl...
> The "quarter VGA ressources - portrait mode" component will adapt all the
> (wince) ressources to a portait display. Without it, you are in landscape
> mode
>
> --
> ----------------------------------------------------------------
> Anthony Pellerin
> ADENEO (ADESET)
> Windows Embedded Consultant
> <apellerin AT adeneo DOT adetelgroup DOT com>
> http://www.adeneo.adetelgroup.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
>
> "jackzhao" <jackzhao@yeah.net> wrote in message
> news:eYNCbqseFHA.1328@TK2MSFTNGP12.phx.gbl...
>> Hi,
>> I'm customizing our wince platform(5.0), we have a 240*320 TFT LCD
>> screen, can I rotate it and using it as a 320*240 LCD? and how?
>>
>> Best regards,
>> Jack
>>
>
>



Re: Screen rotation in PB5.0 by Anthony

Anthony
Mon Jun 27 03:34:09 CDT 2005

Not sure I really caught your problem.
I think you have a "portrait framebuffer" and want to display on a
lansdcape screen.
I don't know whether you can adapt this from CE, I think it's up to the
driver to manage that.Your chip may have this capability, otherwise you
could to it "by hand" (rotating the framebuffer) but it's not pretty easy
and it will really slow down the system.


--
----------------------------------------------------------------
Anthony Pellerin
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT com>
http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------


"jackzhao" <jackzhao@yeah.net> wrote in message
news:OLDa0%23ueFHA.3160@TK2MSFTNGP09.phx.gbl...
> This component had been selected, but how to rotate the screen?
>
> "Anthony Pellerin" <apellerin_nospam@adeneo.adetelgroup.com> wrote in
> message news:OHtGfvueFHA.3836@tk2msftngp13.phx.gbl...
>> The "quarter VGA ressources - portrait mode" component will adapt all the
>> (wince) ressources to a portait display. Without it, you are in landscape
>> mode
>>
>> --
>> ----------------------------------------------------------------
>> Anthony Pellerin
>> ADENEO (ADESET)
>> Windows Embedded Consultant
>> <apellerin AT adeneo DOT adetelgroup DOT com>
>> http://www.adeneo.adetelgroup.com
>> Tél : +33 (0)4.72.18.57.77
>> Fax : +33 (0)4.72.18.57.78
>> ----------------------------------------------------------------
>>
>>
>> "jackzhao" <jackzhao@yeah.net> wrote in message
>> news:eYNCbqseFHA.1328@TK2MSFTNGP12.phx.gbl...
>>> Hi,
>>> I'm customizing our wince platform(5.0), we have a 240*320 TFT LCD
>>> screen, can I rotate it and using it as a 320*240 LCD? and how?
>>>
>>> Best regards,
>>> Jack
>>>
>>
>>
>
>



Re: Screen rotation in PB5.0 by ctacke/>

ctacke/>
Mon Jun 27 05:42:50 CDT 2005

You have to modify the driver to support rotation if it's not there already.
Once implemented, the typical way to rotate is with a call to
ChangeDisplaySettingsEx.

-Chris


"jackzhao" <jackzhao@yeah.net> wrote in message
news:OLDa0%23ueFHA.3160@TK2MSFTNGP09.phx.gbl...
> This component had been selected, but how to rotate the screen?
>
> "Anthony Pellerin" <apellerin_nospam@adeneo.adetelgroup.com> wrote in
> message news:OHtGfvueFHA.3836@tk2msftngp13.phx.gbl...
>> The "quarter VGA ressources - portrait mode" component will adapt all the
>> (wince) ressources to a portait display. Without it, you are in landscape
>> mode
>>
>> --
>> ----------------------------------------------------------------
>> Anthony Pellerin
>> ADENEO (ADESET)
>> Windows Embedded Consultant
>> <apellerin AT adeneo DOT adetelgroup DOT com>
>> http://www.adeneo.adetelgroup.com
>> Tél : +33 (0)4.72.18.57.77
>> Fax : +33 (0)4.72.18.57.78
>> ----------------------------------------------------------------
>>
>>
>> "jackzhao" <jackzhao@yeah.net> wrote in message
>> news:eYNCbqseFHA.1328@TK2MSFTNGP12.phx.gbl...
>>> Hi,
>>> I'm customizing our wince platform(5.0), we have a 240*320 TFT LCD
>>> screen, can I rotate it and using it as a 320*240 LCD? and how?
>>>
>>> Best regards,
>>> Jack
>>>
>>
>>
>
>



Re: Screen rotation in PB5.0 by Steve

Steve
Mon Jun 27 10:35:53 CDT 2005

typically the display driver will read the default rotation from the
registry and set up the driver accordingly. See the RFLAT sample driver for
a reference.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com