adafruit / Adafruit_CircuitPython_DisplayIO_SH1106

CircuitPython library for SH1106 OLED displays
MIT License
4 stars 4 forks source link

Change data param in send() to bytes #8

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.

tekktrik commented 2 years ago

I'll submit another PR for that