I was excited to find this 32x8 LED matrix at a local hardware store so I bought it on the spot. The problem is that I can't find any literature about it. It is similar to the Sure model with an HT1632C controller but has an on-board MEGA8 controller. The following is silkscreened on the back of the board (obviously referring to the connections):
Have mega8
No Mega8
MISO
GND
WR
GND
SCK
RXD
DATA
NC
RST
TXD
NC
NC
NC
GND
NC
GND
MOSI
VCC
CS
VCC
Since it does have the MEGA8 soldered in, does any one have any idea how to use this with the Arduino Uno?
Sure, looks like you send it SPI commands which it interprets and lights up LEDs accordingly.
No idea what those commands would be.
No other data to go on?
So it turns out (after much googling) that the unit is a JY-MCU 3208 Lattice Clock HT1632C Driver with MCU & Support Secondary Development. I still can't find any documentation about it but a few people have hacked it and posted. Unfortunately there's not much to go on.