LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display 1d array to Pmod CLS LCD Using SPI

I have written an array which i want to display just the numerical contents in order on a Pmodcls LCD display using SPI. The array contains factors of a number. After the number is factored the array then goes into another loop which removes all of the zero and only leaves the results. Example 1 d array displays 0,1,2,0,4. after the zeros are removed i am left with a new array which displays 1,2,4. I want to display this information onto the LCD using SPI. Since the factored number can become larger then 4 i need all the numbers in the non zero array to be displayed as it changes. I have tried so many different ways and i am just drawing a blank

 

Thanks for any help.

0 Kudos
Message 1 of 2
(1,939 Views)

code please!

0 Kudos
Message 2 of 2
(1,900 Views)