Search found 1 match

by douggilliland
Sun Mar 24, 2019 7:00 pm
Forum: Other Boards
Topic: [pyboard clone] SSD1306 - TypeError: object with buffer protocol required
Replies: 2
Views: 2791

[pyboard clone] SSD1306 - TypeError: object with buffer protocol required

I'm trying to get an SSD1306 working with a clone of the pyboard. I did search the forum and found a couple of other complaints about the same issue but didn't follow the solutions they offered there. Code is pretty simple: import machine, ssd1306 i2c = machine.I2C(1) oled = ssd1306.SSD1306_I2C(128,...