adafruit_displayio_ssd1306
DisplayIO driver for SSD1306 monochrome displays
Author(s): Scott Shawcroft
Implementation Notes
Hardware:
Monochrome 0.49” 64x32 I2C OLED graphic display
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)
True
if the display is active,False
if in sleep mode.- Type: