Hi All, I have a 7" Cap touch display that is LVDS and I2C. The controller board converts the LVDS and I2C into a GPIO pinout. The display link is https://www.jaycar.com.au/7-lcd-lvds-touch-screen-monitor-to-suit-xc-4350-pcduino/p/XC4356 I was trying to find info on if the GPIO's on the 86 can run a display and touch interface. Am I able to do this or do I need to find a new LCD controller board to make this work? Cheers
The GPIO on the UDOO X86 does not have LVDS output. There are I2C touch input GPIO pins, however, this interface requires drivers from the touch panel manufacturer. In the UDOO shop, there is a hybrid touch panel that uses HDMI and USB. The USB provides the touch capability and power to the screen: https://shop.udoo.org/7inch-hdmi-usb-display-touch.html
Hi Laura, I did see that at the store but the resistive touch kills it for me. I was looking at a site yesterday where someone connected a 3.5" Arduino shield display to the pinout? He didn't explain anything and mentioned he had some issues but that may be different. Guess I'll have to look at a new controller board -_- thanks for the assistance!
These "3.5" Arduino shield display" modules either use the parallel I/O (connects to several of Arduino's digital I/O ports) or I2C I/O. They are for simple, low refresh-rate text/graphics displays. Most of them use 5V I/O and some use 3.3V I/O. Bottom-line is they are a good-fit for Arduino 101, not Braswell's side of display. While your 7" 1024x600 LVDS display is for true VGA-like PC display, except that it needs an add-on VGA-to-LVDS converter board sitting in between Braswell's VGA port and the 7" LVDS LCD panel. Essentially, it is the PC's monitor. Two different classes of display devices.