In the docs for displayio the first parameter starts with the word or instead of displayio.FourWire
docs: https://circuitpython.readthedocs.io/en/4.x/shared-bindings/displayio/Display.html
source:
|
//| :param displayio.FourWire or displayio.ParallelBus display_bus: The bus that the display is connected to |
In the docs for displayio the first parameter starts with the word or instead of
displayio.FourWiredocs: https://circuitpython.readthedocs.io/en/4.x/shared-bindings/displayio/Display.html
source:
circuitpython/shared-bindings/displayio/Display.c
Line 81 in aae7cb3