Skip to content

Commit 9e95368

Browse files
author
Pascal Deneaux
authored
adafruit_framebuf
1 parent b665a53 commit 9e95368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max7219/max7219.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
import digitalio
5858
from adafruit_bus_device import spi_device
5959
from micropython import const
60-
import framebuf
60+
import adafruit_framebuf as framebuf
6161

6262
__version__ = "0.0.0-auto.0"
6363
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX7219.git"

0 commit comments

Comments
 (0)