We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 431ea24 + 9e95368 commit ad3fbb3Copy full SHA for ad3fbb3
adafruit_max7219/max7219.py
@@ -57,7 +57,7 @@
57
import digitalio
58
from adafruit_bus_device import spi_device
59
from micropython import const
60
-import framebuf
+import adafruit_framebuf as framebuf
61
62
__version__ = "0.0.0-auto.0"
63
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX7219.git"
requirements.txt
@@ -1,2 +1,3 @@
1
Adafruit-Blinka
2
adafruit-circuitpython-busdevice
3
+adafruit-circuitpython-framebuf
0 commit comments