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.
1 parent a0cfcee commit 30c363dCopy full SHA for 30c363d
shared-bindings/paralleldisplay/ParallelBus.c
@@ -51,7 +51,7 @@
51
//| code is done.) So, the first time you initialize a display bus in code.py you should call
52
//| :py:func:`displayio.release_displays` first, otherwise it will error after the first code.py run.
53
//|
54
-//| :param microcontroller.Pin data_pins: A list of data pins. Specify exactly one of `data_pins` or `data0`.
+//| :param microcontroller.Pin data_pins: A list of data pins. Specify exactly one of ``data_pins`` or ``data0``.
55
//| :param microcontroller.Pin data0: The first data pin. The rest are implied
56
//| :param microcontroller.Pin command: Data or command pin
57
//| :param microcontroller.Pin chip_select: Chip select pin
0 commit comments