Argon
2007-04-06 00:10:09 UTC
Hello,
I am trying to use LabVIEW and NI ELVIS to control a 5x8 LED Dot Matrix. Particularly, I am trying to display a scrolling message. Since the NI ELVIS has only 8 I/O lines, I was thinking of using a 3-8 decoder to control the 8 rows of my LED Matrix and the other 5 I/O lines to control the 5 columns of my LED Matrix. It is a common cathode row matrix. The way I was planning it to do was to turn on very fast one row at a time to give the impression that a whole character is being displayed on the matrix. However, I am not sure how to implement this in LabVIEW. Do I need to create an 5x8 array for each letter and then use a case structure to select which pattern is going to be displayed on the LED Matrix? Does anyone have a better suggestion on how to display characters or numbers in a 5x8 LED Matrix. Thanks in advance!
PS. I have a VI that does more or less what I want to do, but I am not sure how to do it in hardware!
LED-single iteration scroll.vi:
http://forums.ni.com/attachments/ni/70/6662/1/LED-single iteration scroll.vi
I am trying to use LabVIEW and NI ELVIS to control a 5x8 LED Dot Matrix. Particularly, I am trying to display a scrolling message. Since the NI ELVIS has only 8 I/O lines, I was thinking of using a 3-8 decoder to control the 8 rows of my LED Matrix and the other 5 I/O lines to control the 5 columns of my LED Matrix. It is a common cathode row matrix. The way I was planning it to do was to turn on very fast one row at a time to give the impression that a whole character is being displayed on the matrix. However, I am not sure how to implement this in LabVIEW. Do I need to create an 5x8 array for each letter and then use a case structure to select which pattern is going to be displayed on the LED Matrix? Does anyone have a better suggestion on how to display characters or numbers in a 5x8 LED Matrix. Thanks in advance!
PS. I have a VI that does more or less what I want to do, but I am not sure how to do it in hardware!
LED-single iteration scroll.vi:
http://forums.ni.com/attachments/ni/70/6662/1/LED-single iteration scroll.vi