adafruit / Adafruit_CircuitPython_DisplayIO_SSD1306

DisplayIO driver for SSD1306 monochrome OLED displays
MIT License
57 stars 24 forks source link

Change data param of send() to bytes #26

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

data param of send() should be circuitpython_typing.ReadableBuffer. See https://github.com/adafruit/Adafruit_CircuitPython_SSD1322/pull/16 for more details.