File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
shared-bindings/busdisplay Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ formats:
22
22
python :
23
23
install :
24
24
- 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 87
87
//| backlight_on_high: bool = True,
88
88
//| SH1107_addressing: bool = False
89
89
//| ) -> 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`).
91
91
//|
92
92
//| The ``init_sequence`` is bitpacked to minimize the ram impact. Every command begins with a
93
93
//| 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