File tree Expand file tree Collapse file tree
shared-bindings/busdisplay Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ formats:
2222python :
2323 install :
2424 - requirements : requirements-doc.txt
25+
26+ sphinx :
27+ configuration : conf.py
28+ fail_on_warning : true
Original file line number Diff line number Diff line change 8787//| backlight_on_high: bool = True,
8888//| SH1107_addressing: bool = False
8989//| ) -> None:
90- //| r"""Create a Display object on the given display bus (`FourWire`, `ParallelBus` or `I2CDisplayBus`).
90+ //| r"""Create a Display object on the given display bus (`FourWire`, `paralleldisplaybus. ParallelBus` or `I2CDisplayBus`).
9191//|
9292//| The ``init_sequence`` is bitpacked to minimize the ram impact. Every command begins with a
9393//| command byte followed by a byte to determine the parameter count and delay. When the top bit
You can’t perform that action at this time.
0 commit comments