API Reference
adafruit_displayio_ssd1306
DisplayIO driver for SSD1306 monochrome displays
Author(s): Scott Shawcroft
Implementation Notes
Hardware:
Monochrome 0.49” 64x32 I2C OLED graphic display
Monochrome 0.66” 64x48 I2C OLED graphic display (eg https://www.amazon.com/gp/product/B07QF7QK6P)
Miniature 0.42” OLED 72x40 Display with Resin Lens * https://tindie.com/products/questwise-ventures/miniature-042-oled-72x40-display-with-resin-lens
Might work on other sub-128 width display: Dots 72x40, 64x48, 96x16
Software and Dependencies:
Adafruit CircuitPython (version 5+) firmware for the supported boards: https://github.com/adafruit/circuitpython/releases
- class adafruit_displayio_ssd1306.SSD1306(*args: Any, **kwargs: Any)
SSD1306 driver
- Parameters:
- property is_awake: bool
The power state of the display. (read-only)
Trueif the display is active,Falseif in sleep mode.- Type: