Skip to content

Update examples and code to do conditional displayio refactoring imports #34

Closed
@dhalbert

Description

@dhalbert

e.g. like:

try:
    from busdisplay import BusDisplay
except ImportError:
    from displayio import Display as BusDisplay

and include fourwire as well above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions