10000 displayio: Impossible to have more than one display on the same bus · Issue #1760 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
displayio: Impossible to have more than one display on the same bus #1760
Open
@deshipu

Description

@deshipu

I 578F n theory, I could have several SPI displays connected to the same bus, and displayio has provisions for that — locking of the SPI bus, toggling of the CS pin, even re-setting of the SPI frequency, polarity and phase. However, it's not possible to create two (or more) FourWire objects sharing the same DC and/or reset pins, but with different CS pins — because we will get a "Pin in use" error when the FourWire object tries to create them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0