Rotate Display 90° or 270° does not work

  • Hello.


    I'm using a PicoMod4 with Sharp lq043t1dg01.


    That is the way I've tried to rotate the display:


    Code
    1. reg open \Drivers\Display\SAMSUNG\mode100
    2. reg set value rotate dword 90
    3. reg save


    The values 180 and 360 work. If I choose 90° it looks like this:
    [IMG:http://img20.imageshack.us/img20/3803/picomodrotate.th.jpg]



    If I choose 270° the picture is upside-down.


    Rotating the display with ndcucfg works with all angles.


    This are my display settings:



    How can I rotate the display permanently (90° or 270!)?

  • Have you already tried to save the registry after rotating the display with ndcucfg?
    Alternatively please try to rotate the display in GDI directly. Here is a small nducucfg sample to do this:

    Code
    1. reg open \System\GDI
    2. reg create key Rotation
    3. reg set value Angle dword <rotation-angle>
    4. reg save

    Software developer, F&amp;S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Both, saving registry after rotating with ndcucfg and rotating the display in GDI directly has no effect.


    This is how the reg looks:


  • We will check this,... .

    Software developer, F&amp;S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.