Skip to content

Commit 8ba9146

Browse files
committed
epaperdisplay module
1 parent ab65ff6 commit 8ba9146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

adafruit_spd1656.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import struct
2525

26-
import displayio
26+
import epaperdisplay
2727

2828
__version__ = "0.0.0+auto.0"
2929
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SPD1656.git"
@@ -48,7 +48,7 @@
4848

4949

5050
# pylint: disable=too-few-public-methods
51-
class SPD1656(displayio.EPaperDisplay):
51+
class SPD1656(epaperdisplay.EPaperDisplay):
5252
r"""SPD1656 display driver
5353
5454
:param bus: The data bus the display is on

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Uncomment the below if you use native CircuitPython modules such as
2828
# digitalio, micropython and busio. List the modules you use. Without it, the
2929
# autodoc module docs will fail to generate with a warning.
30-
# autodoc_mock_imports = ["digitalio", "busio"]
30+
autodoc_mock_imports = ["epaperdisplay"]
3131

3232
autodoc_preserve_defaults = True
3333

0 commit comments

Comments
 (0)