pimoroni / pmk-circuitpython

MIT License
85 stars 21 forks source link

I2C GPIOs for connect a SSD1306 display? #7

Open manelto opened 2 years ago

manelto commented 2 years ago

Hello and thanks for your code. But I can't work with a ssd1306 OLED display with this library. How can I activate the GPIO SCL and SDA in your library.

manelto commented 2 years ago

Nothing? Is It imposible?

ntindle commented 1 year ago
import board
import time
from rainbowio import colorwheel

i2c = board.I2C()  # uses board.SCL and board.SDA