adafruit / Adafruit_CircuitPython_DisplayIO_SSD1306

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

Revert "Fix sleep/wake not working." #46

Closed EAGrahamJr closed 1 month ago

EAGrahamJr commented 1 month ago

This reverts commit c923dc238259660e869a7282b05f31098120ea44.

As noted in #44, #43 broke implementations on micro-controllers, so this reverts that change. As a result, #47 is being opened and linked to a bug in the Blinka I2C implementation.