Skip to content

CircuitPython and onboard OLED: pullups requested for SDA/SCL (I2C) #5

@thymjan

Description

@thymjan

I'm running in an issue with CircuitPython: Can't use the onboard OLED-display without pullups.
A similar topic was discussed here:
[https://github.com/adafruit/circuitpython/pull/4488#]

SDA=board.GP6
SCL=board.GP7
i2c = busio.I2C(SLC, SDA)

Is there a way to activate the internal pullups?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions