element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Ultrazed Hardware Design UltraZed-EV starter kit - Touch Screen Display Interface Options
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 326 subscribers
  • Views 1883 views
  • Users 0 members are here
  • feedback_and_support
  • ultrazed_hardware_design
  • ultrazed-ev
  • ultrazed
  • ultrazed som
Related

UltraZed-EV starter kit - Touch Screen Display Interface Options

marshall_curry
marshall_curry over 6 years ago

Hello,

 

I am using the UltraZed-EV starter kit, serial number AES-ZU7EV-1-SK-G, which includes the UltraZed-EV SOM and UltraZed-EV Carrier Card. One of my goals is to choose an appropriate touch screen display module (ideally PCAP touch with TFT Display) that will work with the SOM and Carrier Card included in this kit. I need to display graphics on the display (graphs, wire frame models (3D and 2D), data sets, log files, GUI, and be able to utilize the touch input to select options such as starting a test, entering into different menus, typing on a touch keypad, zooming in/ out of and panning around a 3D/ 2D model, etc. The SOM/ Carrier Card supports various "display mode" options. I am trying to choose the best one for our application, which should provide a fast refresh rate/ response time to display and touch, and provide a reliable connection (minimal EMI for example). I noticed the SOM has capability for DisplayPort (sourcing the display only) as well as LVDS for touch input, and the carrier card supports both of these. Ideally these would be the two options I would select.

 

My question is, can Display AND Touch Screen control be accomplished through LVDS, or do I need to find a touch screen display module that has DisplayPort for display and LVDS for touch screen control?

 

Also, is it correct to say the Carrier Card/ SOM does not have I2C interface to use for touch control?

 

I will also take other recommendations for selecting an appropriate Touch Screen Display module that will work with this start kit and will be quick and reliable with minimal interference.

 

Thank you in advance for your help.

 

Best Regards,

Marshall Curry

  • Sign in to reply
  • Cancel

Top Replies

  • zedhed
    zedhed over 6 years ago +1
    Hi Marshall, As far as I know, the LVDS signaling standard is used for smaller resolution LCD display panels. We have used these in the past on Xilinx Zynq-7000 based kits since there was no dedicated…
Parents
  • zedhed
    zedhed over 6 years ago

    Hi Marshall,

     

    As far as I know, the LVDS signaling standard is used for smaller resolution LCD display panels.  We have used these in the past on Xilinx Zynq-7000 based kits since there was no dedicated DisplayPort controller like you find today on Zynq UltraScale+ family.  I don't know of any LVDS touch controllers as these typically use UART, I2C, or USB interfaces from the Host to the touch controller.

     

    It is possible to hook up I2C touch screen controllers on the Linux side.  It can be a lot of work to get this going however. 

     

    The easiest solution is to use a USB touch screen as those usually are enumerated as a pointer type device (like a mouse).

     

    According to this page, Xilinx has demonstrated the GeChic 1303H display working on ZCU102:

     

    https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842372/Zynq+UltraScale+MPSoC+Base+TRD+2018.1?showComments=true&s…

     

    https://www.gechic.com/en-portable-monitor-onlap1303h-overview.html

     

    There is also a touch version of the same display:
    https://www.gechic.com/en-portable-touch-monitor-onlap1303i-view.html

     

    Unfortunately, I do not have either GeChic display to test here and comment on the performance of the touch display but I have seen the 1303H display-only version working fine with our UltraZed kits but I do not have access to a 1303i for testing the touch.

     

    Best Regards,

     

    -Kevin

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • zedhed
    zedhed over 6 years ago

    Hi Marshall,

     

    As far as I know, the LVDS signaling standard is used for smaller resolution LCD display panels.  We have used these in the past on Xilinx Zynq-7000 based kits since there was no dedicated DisplayPort controller like you find today on Zynq UltraScale+ family.  I don't know of any LVDS touch controllers as these typically use UART, I2C, or USB interfaces from the Host to the touch controller.

     

    It is possible to hook up I2C touch screen controllers on the Linux side.  It can be a lot of work to get this going however. 

     

    The easiest solution is to use a USB touch screen as those usually are enumerated as a pointer type device (like a mouse).

     

    According to this page, Xilinx has demonstrated the GeChic 1303H display working on ZCU102:

     

    https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842372/Zynq+UltraScale+MPSoC+Base+TRD+2018.1?showComments=true&s…

     

    https://www.gechic.com/en-portable-monitor-onlap1303h-overview.html

     

    There is also a touch version of the same display:
    https://www.gechic.com/en-portable-touch-monitor-onlap1303i-view.html

     

    Unfortunately, I do not have either GeChic display to test here and comment on the performance of the touch display but I have seen the 1303H display-only version working fine with our UltraZed kits but I do not have access to a 1303i for testing the touch.

     

    Best Regards,

     

    -Kevin

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • marshall_curry
    marshall_curry over 6 years ago in reply to zedhed

    Thank you Kevin.

     

    We are considering trying two touch screen displays with resolutions of 1024 X 768 and 1280 X 800. Do you know if the UltraZed-EV will be able to perform the DisplayPort output at these resolutions? Also, is there any documentation you can provide that would show how to set up the DisplayPort for different video resolutions?

     

    Thank you in advance,

    Marshall

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • zedhed
    zedhed over 5 years ago in reply to marshall_curry

    Hi Marshall,

     

    Sorry for the late reply on this.  If you are planning to use the DisplayPort interface with Linux running on your UltraZed-EV, then the EEID EEPROM on your display will report the resolution 1024x768 or 1280x800 back to Linux and then the Linux DRM will size the output resolution of the DisplayPort interface to match that of the display panel as closely as possible.

     

    Best Regards,

     

    -Kevin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mobbad
    mobbad over 4 years ago in reply to zedhed

    Does anyone has any luck using TFT Display with ltrascale+ mpsoc ?

    We are using DRM/DisplayPort and MegaChip STDP4020 to convert DP to TTL/LVDS. Regarding EDID for TFT, we are configuring Linux to get EDID from a file.

    We are still trying to make it work.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • drozwood90
    drozwood90 over 4 years ago in reply to mobbad

    Hi there,

     

    Is there a specific reason you need to convert to TFT?  Can you just use the DP output?

     

    --Dan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube