From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

LCD require FPGA

Hello,

 

Is there a way to implement an LCD screen on the myRIO platform without having to use the FPGA module?

 

J. Alfred

0 Kudos
Message 1 of 4
(5,302 Views)

The default personality should allow basic access to the FPGA DIO lines, which you could then use to implement an LCD screen. If you wanted to bypass the FPGA completely you could potentially use one another connection method (like USB). 

 

Did you have a particular LCD in mind that you're trying to use?

Daniel Parrott
Software Product Marketing - Data Management & LabVIEW
National Instruments
0 Kudos
Message 2 of 4
(5,096 Views)

I had originally been planning to use an Adafruit LCD touchscreen (http://www.adafruit.com/products/2050) but, since I have very minimal knowledge in using any sort of screen, I thought it would probably be better to an Adafruit LCD that was not a touchscreen.

 

J. Alfred

0 Kudos
Message 3 of 4
(5,067 Views)

Ok, yeah you should be able to just use the myRIO Toolkit that's included with your myRIO to access the default FPGA personality and therefore the particular DIO lines. You could also use the LCD in SPI mode. This video might prove helpful for you https://www.youtube.com/watch?v=GaXtDamw5As along with the tutorial included by Adafruit. 

Daniel Parrott
Software Product Marketing - Data Management & LabVIEW
National Instruments
0 Kudos
Message 4 of 4
(5,040 Views)