Closed easleyjs closed 5 years ago
I get the same Error with the current version of Circuitpython 4 beta on a nrf52840 Express No module named 'framebuf'
Is this the reason: https://github.com/adafruit/circuitpython/pull/1427
thats right, we removed it - this library will need to be updated to use adafruit_framebuf
(which is very similar)
https://github.com/adafruit/Adafruit_CircuitPython_framebuf
@Tasm-Devil wanna take a crack at it :)
ok. ... It's done. -> https://github.com/adafruit/Adafruit_CircuitPython_MAX7219/pull/17/commits
Got the adafruit_max7219 module installed on my RPi, but when I try to run the 8x8 example code, I'm getting the follow error:
ImportError Traceback (most recent call last)