I have been given a load of LED matrix panels as per the photo., that I want to get going for a notice board for a local school.
Some were water damaged ( you can see a rusty LED on the pic ) and the company went under.
The pcb is 8 x 32, but the bottom row of LEDs is not populated.
I have reverse engineered the sockets, and the 7 rows are driven from 7 of the pins on the connector.
I am thinking of having 7 P chan mosfets to drive the rows on all the panels.
The columns are driven by TPIC6B505s , which I am very familiar with, but I always use them for driving 7 segment displays.
I assume I should shift and latch the column data for the top row into the TPICs, then switch on the FET for the top rows.
Then a delay for the POV ?
During the delay I can take the TPIC latches low and be loading the next column data into the shift registers
Then switch off the top rows, latch the data into the TPICs and switch on the second row, and so on.
That I should be able to do, but I am not too confident about how to store the text to be displayed, and presumably an array to store the " slices" of each character from the look up table, and how to send this data.
I have searched around on the site, and there is a lot of info and advice ( mainly rather use a MAX7219 ! )
I don’t need scrolling, and the LEDs are not multicolour, so I want to keep it simple.
I havn’t got a lot of time to spend, and wonder if anyone can point me to a simple library to drive this ?