Display Brightness

  • Hy
    I want to change the brightness of the display via the registry.


    Where is the key which is used at system panel => FS Config => DISPLAY Brightness?
    I want to set it per software registrychanges


    thank you very much

  • In our software and documantation the brightness is called "contrast". There has historical reasons.


    It is possible to change it in the registry in your display mode with following:
    Contrastenable => aktivate the using of the value
    Contrastvalue => here it is possible to change the brightness from 0x0 to 0xFFF


    Example:
    If you use display mode 100

    Code
    1. reg open \drivers\display\lcd\mode100
    2. reg set val contrastenable dword 1
    3. reg set val contrastvalue dword 0xCFF


    Take a look in our Device Driver documentation chapter 11:
    https://www.fs-net.de/assets/d…viceDriver_WCE600_eng.pdf


    In the ndcucfg you are able to use following commands:

    Code
    1. contrast +
    2. contrast ++
    3. contrast -
    4. contrast --
    5. contrast get
    6. contrast set <n>

    F&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.