10000
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 f4166ce + a13e65d commit 0d2e62fCopy full SHA for 0d2e62f
.readthedocs.yml
@@ -22,3 +22,7 @@ formats:
22
python:
23
install:
24
- requirements: requirements-doc.txt
25
+
26
+sphinx:
27
+ configuration: conf.py
28
+ fail_on_warning: true
shared-bindings/busdisplay/BusDisplay.c
@@ -87,7 +87,7 @@
87
//| backlight_on_high: bool = True,
88
//| SH1107_addressing: bool = False
89
//| ) -> None:
90
-//| r"""Create a Display object on the given display bus (`FourWire`, `ParallelBus` or `I2CDisplayBus`).
+//| r"""Create a Display object on the given display bus (`FourWire`, `paralleldisplaybus.ParallelBus` or `I2CDisplayBus`).
91
//|
92
//| The ``init_sequence`` is bitpacked to minimize the ram impact. Every command begins with a
93
//| command byte followed by a byte to determine the parameter count and delay. When the top bit
0 commit comments