AUO display Driver G065VN01 01 -TTL-

  • Hello All, I have a problem configuring WindowsCE registry for this display. I have 10 of them.
    I'm using this configuration shown below, but the image is sometimes flickering or pink or noisy.
    The displays have been already cross-checked by AUO itself and reports OK. They told me also to try to shield the signals in data cable, but I made 200 data cables that are ok for other displays and always everything was good.
    However, this is the configuration:


    reg open \drivers\display\Samsung
    reg create key mode100
    reg set value name string "AUO G065VN01-V1"
    reg set value msignal dword 2
    reg set value rows dword 480
    reg set value LPP dword 480
    reg set value width dword 132
    reg set value height dword 99
    reg set value contrastenable dword 0
    reg set value contrastvalue dword 0
    reg set value type dword 6
    reg set value config dword 0x00400000
    reg set value columns dword 640
    reg set value PPL dword 640
    reg set value bpp dword 16
    reg set value lcdclk dword 20
    reg set value HSW dword 32
    reg set value BLW dword 68
    reg set value ELW dword 60
    reg set value VSW dword 2
    reg set value BFW dword 33
    reg set value EFW dword 10
    reg set value EnableCursor dword 1
    display mode set 100
    reg save
    reboot hardware


    This is a 6,5" 640x480 TFT LCD monitor
    Is there something wrong for you? Can I try other values?
    Thank you,
    best regards.

  • Hello,
    I saw no obviously mistake in you configuration file (clock may be 25MHz according data sheet, what did you measure?)! Did you already checked if a standard VGA mode does work (e.g. mode3)? You may also take a VGA configuration file from our homepage and modify it.

    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.

  • The timings seem to be correct, but I have some doubts about the config-value. You have configured HSYNC and VSYNC polarity as active high, but the data sheet says active low. In addition you have inverted the clock polarity which is usually only needed when using the wrong cable length. Therefore if you have the correct length, I would recommend


    Code
    1. reg set value config dword 0x00300000

    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.