Hi, I am interested in trying to control an LED Matrix using the RPI so I can build an Info Board. I have 4 ht1632c based board from Sure Electronics that are 8x32 LEDs.
I have unblacklisted the SPI module and downloaded and installed wiringPI.
I got a logic level converter to convert from 3.3v to 5v. I am powering the display off a separate 5v power supply.
I have made the following connections:
RPI <---> LED
MOSI = DATA Pin 7
CLK = WR Clock Pin 5
CE0 = Chip Select 1 Pin 3
I have tried passing simple commands and writing data using wiringPiSPIRW, but can't make anything happen.
It looks like the Chip Select pin must be set high prior write, then to low during writes and then set high after. Does that happen if I use CE0 or should I be using a GPIO and doing that manually?
Any help or pointers would be great appreciated!
The manual for the LED Boards is here:
http://www.sure-electronics.net/downloa ... 1.0_EN.pdf
There are number of Adruino tutorials, so it seems like this should be doable. I am just not sure if I need a custom SPI driver though.
https://github.com/andykarpov/ht1632c
http://scuola.arduino.cc/en/content/con ... rduino-uno
http://123led.wordpress.com/about/
http://scuola.arduino.cc/en/content/int ... controller
http://www.lucadentella.it/en/2012/10/0 ... ht1632c-2/