A project for keeping track of my research on the 8x8 RGB matrix
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
For the second test I went with the 74HC595 8-bit shift registers, I used 4 of them, one for each color and the last one to toggle the MOSFETs on the anode.
This allowed me to decrease the number of GPIOs used from 32 to... 3. I used the CircuitPython 74HC595 library which makes use of SPI to write to the shift registers, it made redrawing the matrix a breeze!
One problem is that I still had only 7 colors, since it's a bit hard to do PWM with shift registers, but that's something for the next test.
For the first test I just went with connecting all 32 pins of the matrix to a board (the 8 anodes were connected over a MOSFET). The board I used was my SAMD51 Breakout Board, I got CircuitPython running on it an used an array of 32 DigitailInOut objects to control the matrix. I don't have the code on me right now, will update later.
It was, of course, possible to drive the matrix this way but it used way too many GPIOs, even though it was kinda fun ;)
Create an account to leave a comment. Already have an account? Log In.
Thanks :)
Yes, I found a 9x39 (so 13 RGB) matrix driver and made a breakout board for it, waiting for the PCBs now :)
https://hackaday.io/project/165850-is31fl3741-breakout-board-pmod
Specs look great... but that QFN-60 package makes me doubt my reflow skills, ha!
I have that chip in my drawer since half a year, together with an rgb matrix to try it with, and no energy to actually design the pcb.
Become a member to follow this project and never miss any updates
Love the look of your test rig!
I know there are chips out there that will do multi-channel set-and-forget PWM to take care for the problem you mentioned trying to get more colors out of the 595 chips. I haven't used them, but I've seen a lot of ISSI chips like the IS31FL3736 LED driver used in the AND!XOR badge last year: https://hackaday.io/project/28389-andxor-dc26-badge