File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
shared-bindings/displayio Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
//| The SPI bus and pins are then in use by the display until `displayio.release_displays()` is
49
49
//| called even after a reload. (It does this so CircuitPython can use the display after your code
50
50
//| is done.) So, the first time you initialize a display bus in code.py you should call
51
- //| :py:func`displayio.release_displays` first, otherwise it will error after the first code.py run.
51
+ //| :py:func: `displayio.release_displays` first, otherwise it will error after the first code.py run.
52
52
//|
53
53
//| :param busio.SPI spi_bus: The SPI bus that make up the clock and data lines
54
54
//| :param microcontroller.Pin command: Data or command pin
Original file line number Diff line number Diff line change 48
48
//| The I2C bus and pins are then in use by the display until `displayio.release_displays()` is
49
49
//| called even after a reload. (It does this so CircuitPython can use the display after your code
50
50
//| is done.) So, the first time you initialize a display bus in code.py you should call
51
- //| :py:func`displayio.release_displays` first, otherwise it will error after the first code.py run.
51
+ //| :py:func: `displayio.release_displays` first, otherwise it will error after the first code.py run.
52
52
//|
53
53
//| :param busio.I2C i2c_bus: The I2C bus that make up the clock and data lines
54
54
//| :param int device_address: The I2C address of the device
Original file line number Diff line number Diff line change 49
49
//| The parallel bus and pins are then in use by the display until `displayio.release_displays()`
50
50
//| is called even after a reload. (It does this so CircuitPython can use the display after your
51
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.
52
+ //| :py:func: `displayio.release_displays` first, otherwise it will error after the first code.py run.
53
53
//|
54
54
//| :param microcontroller.Pin data0: The first data pin. The rest are implied
55
55
//| :param microcontroller.Pin command: Data or command pin
You can’t perform that action at this time.
0 commit comments