Display settings for E0700G8DH6, pixel clock has to be inverted

  • We are using the NetDcuA5, connected to a 800x480 TFT display.
    Up to now we used an EDT display, supplied by GLYN: ET0700G0DH6.
    This TFT was changed to: ET0700G8DH6
    Using the same settings I now have shadows on my display. The supplier told me that I have to "invert the Pixel Clock".
    How can I invert the Pixel clock?
    Which of the registry settings of the display do I have to modify?


    THANK YOU

  • Hello,


    control signals can be inverted by the bits of "config" value. Refer (any) Device Driver Doc. chapter "LCD" Table "Registry Value Config".
    Pixel Clock can by inverted by bit 22.
    Eg. config = DWORD: 00400000 -> pixel clock is active low.

    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.

  • I tested it and it works. Thank you.
    Where can I find and download the Device Driver documentation?



    This is a working display setting for an EDT ET0700G8DH6:


    reg open \drivers\display\LCD
    reg create key mode108
    reg set value name string "ET0700G8DH6"
    reg set value BLW dword 153
    reg set value HSW dword 63
    reg set value ELW dword 40
    reg set value BFW dword 33
    reg set value VSW dword 2
    reg set value EFW dword 10
    reg set value msignal dword 2
    reg set value rows dword 480
    reg set value LPP dword 480
    reg set value width dword 156
    reg set value height dword 96
    reg set value contrastenable dword 0
    reg set value contrastvalue dword 0
    reg set value type dword 6
    reg set value config dword 0x00700000
    reg set value columns dword 800
    reg set value PPL dword 800
    reg set value bpp dword 16
    reg set value lcdclk dword 33
    reg set value EnableCursor dword 0
    display mode set 108
    reg save

  • Hello,

    Quote

    Where can I find and download the Device Driver documentation?

    Goto FS Homepage -> select a product -> feature table -> klick documentation -> ... .

    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.