LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

touch pad with myrio

Hello ,

I have to connect a touch screen with myRio .

So i can i use the touch screen of Raspberry with myRio? if not what else can i use?

Thank you, 

Wafa Ben Mansour.

0 Kudos
Message 1 of 3
(1,866 Views)

You can also use a regular laptop with a touch screen. Is there any specific hardware you were trying to connect to it?

0 Kudos
Message 2 of 3
(1,826 Views)

Many LCDs come with their own API usually through SPI.  The myRIO has pretty good SPI support and by looking at the data sheet, and other examples, a display can be controlled.  Keep in mind that there is no native display on the myRIOs operating system.  This won't be as simple as plugging in a monitor.  You'll need to write the code that draws the individual elements on the UI, as well as polling for touch positioning and figuring out what the user touched.

 

Oh and data dashboard might be an option if you connect to the same wireless network as a tablet.

0 Kudos
Message 3 of 3
(1,813 Views)