MAX7219 on micro:bit

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
User avatar
titimoby
Posts: 18
Joined: Thu Sep 29, 2016 6:54 am

Re: MAX7219 on micro:bit

Post by titimoby » Mon Sep 11, 2017 9:10 pm

I made something working for the micro bit
I've published it there :
https://github.com/titimoby/microbit4al ... rix7219.py

If it's better, I can push a PR to Radomir's repository

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: MAX7219 on micro:bit

Post by deshipu » Tue Sep 12, 2017 8:14 am

Yes, MicroBit doesn't have the "machine" module, it has its SPI exposed directly in the "microbit" module. The problem is, that SPI object has different methods than the one from "machine", so you basically need to rewrite all the SPI calls.

Post Reply