adafruit_ssd1322

DisplayIO driver for grayscale OLEDs driven by SSD1322

  • Author(s): Scott Shawcroft

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_ssd1322.SSD1322(*args: Any, **kwargs: Any)

SSD1322 driver

Parameters:
  • width (int) – The width of the display

  • height (int) – The height of the display

  • rotation (int) – The rotation of the display in degrees. Default is 0. Must be one of (0, 90, 180, 270)

property is_awake: bool

The power state of the display. (read-only) True if the display is active, False if in sleep mode. :type: bool

sleep() None

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() None

Wake display from sleep mode