adafruit / Adafruit_CircuitPython_DisplayIO_SH1106

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

Fixes issue 17 - sleep() throws error #18

Closed dargus closed 4 months ago

dargus commented 4 months ago

b"" does not pass properly to the i2cdisplay function as it tries to concatenate a list with a byte string.

dargus commented 4 months ago

I had not tried that. Confirmed that it works in my code.