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?