Timing Parameters for 7" LVDS Display J070WVTC0211 (B.LCD.19)

  • Hello,


    I bought the 7" LVDS Display J070WVTC0211(B-LCD.19) for my Starterkit efusA9 Linux and Windows. Now I'm searching for the timing parameters for this display. In its specification there are not listed. Can you provide me please with this parameters? Thank you.


    Best regard,

    Daniel

  • Hi,


    by default the display timings for J070WVTC0211 are already setup in our device-trees. You only have to switch in your efusa9dl.dts/efusa9q.dts file the line


    Code
    1. #define CONFIG_EFUSA9_MXCFB0    DISPLAY_LCD

    to

    Code
    1. #define CONFIG_EFUSA9_MXCFB0 DISPLAY_LVDS0


    and change also the following line for touchscreen:


    Code
    1. //#define CONFIG_EFUSA9_4WTOUCH_SX8655_ONBOARD
    2. #define CONFIG_EFUSA9_4WTOUCH_SX8655_RGBADAPTER
    3. //#define CONFIG_EFUSA9_CAPTOUCH_MXT224
    4. //#define CONFIG_EFUSA9_CAPTOUCH_FT5x06
    5. //#define CONFIG_EFUSA9_CAPTOUCH_SITRONIX
    6. //#define CONFIG_EFUSA9_CAPTOUCH_ILITEK

    to


    Code
    1. //#define CONFIG_EFUSA9_4WTOUCH_SX8655_ONBOARD
    2. //#define CONFIG_EFUSA9_4WTOUCH_SX8655_RGBADAPTER
    3. //#define CONFIG_EFUSA9_CAPTOUCH_MXT224
    4. #define CONFIG_EFUSA9_CAPTOUCH_FT5x06
    5. //#define CONFIG_EFUSA9_CAPTOUCH_SITRONIX
    6. //#define CONFIG_EFUSA9_CAPTOUCH_ILITEK


    Then recompile your device-tree and install it.


    Your F&S Support Team

    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.