File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
import struct
25
25
26
- import displayio
26
+ import epaperdisplay
27
27
28
28
__version__ = "0.0.0+auto.0"
29
29
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SPD1656.git"
48
48
49
49
50
50
# pylint: disable=too-few-public-methods
51
- class SPD1656 (displayio .EPaperDisplay ):
51
+ class SPD1656 (epaperdisplay .EPaperDisplay ):
52
52
r"""SPD1656 display driver
53
53
54
54
:param bus: The data bus the display is on
Original file line number Diff line number Diff line change 27
27
# Uncomment the below if you use native CircuitPython modules such as
28
28
# digitalio, micropython and busio. List the modules you use. Without it, the
29
29
# autodoc module docs will fail to generate with a warning.
30
- # autodoc_mock_imports = ["digitalio", "busio "]
30
+ autodoc_mock_imports = ["epaperdisplay " ]
31
31
32
32
autodoc_preserve_defaults = True
33
33
You can’t perform that action at this time.
0 commit comments