Search found 2 matches

by DrJ007
Mon Jun 08, 2015 10:33 pm
Forum: Drivers for External Components
Topic: Anyone working on a MAX7219 8x8 LED matrix display library?
Replies: 43
Views: 137613

Re: Anyone working on a MAX7219 8x8 LED matrix display library?

Thank you for the quick reply. I have your example running on my pyboard and my 8x8 matrix. Your code is nicely written and will help me to get my code running. I'm just curious why you didn't use the SPI class?
by DrJ007
Mon Jun 08, 2015 12:03 am
Forum: Drivers for External Components
Topic: Anyone working on a MAX7219 8x8 LED matrix display library?
Replies: 43
Views: 137613

Anyone working on a MAX7219 8x8 LED matrix display library?

I have a MAX7219 8x8 LED matrix display working on my Arduino and I would now like to run it from my pyboard. Has anyone written a micropython library to do this? Or any sample code? Thanks in advance.