adafruit_displayio_ssd1306
¶
DisplayIO driver for SSD1306 monochrome displays
Author(s): Scott Shawcroft
Implementation Notes¶
Hardware:
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¶
The power state of the display. (read-only)
True
if the display is active,False
if in sleep mode.- Type
- sleep()¶
Put display into sleep mode.
Display uses < 10uA in sleep mode. Display remembers display data and operation mode active prior to sleeping. MP can access (update) the built-in display RAM.
- wake()¶
Wake display from sleep mode