Configuration-File for the display G084SN05 V9

  • Hello, found follwing on our server this should basically work!
    Detailed hints you will get using: https://www.fs-net.de/assets/d…ttings_from_datasheet.pdf


    reg open <path>
    reg create key mode100
    reg set value name string "AUO G084SN05V8"
    reg set value EFW dword 1
    reg set value BFW dword 23
    reg set value LPP dword 600
    reg set value msignal dword 2
    reg set value rows dword 600
    reg set value width dword 246
    reg set value height dword 185
    reg set value type dword 6
    rem reg set value voltage dword 33
    reg set value config dword 0x00700000
    reg set value columns dword 800
    reg set value HSW dword 64
    reg set value bpp dword 16
    reg set value PPL dword 800
    reg set value lcdclk dword 34
    reg set value VSW dword 4
    reg set value BLW dword 88
    reg set value ELW dword 40
    reg set value EnableCursor dword 0
    display mode set 100

    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.

  • Thanks for the config file.
    But i have a question about the parameter "config" and "type". I don't find them listed in the documentation "NetDCU9_Display_eng.pdf"
    So, are this parameter "Bit-or" values?

  • You are right "bit-or" values:


    Value Config
    LCD_VSP 0x00100000 Vertical sync polarity: active low
    LCD_HSP 0x00200000 Horizontal sync polarity: active low
    LCD_OEP 0x00800000 Output enable polarity: active low
    LCD_CLKP 0x00400000 Clock polarity: active low


    NetDCU9 Display Version 1.02 Date 04/12/2007, Page15

    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.

  • Yes, normal config file, LVDS-Adapter translates just RGB signals to LVDS via HW.

    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.