adafruit_ssd1322

DisplayIO driver for grayscale OLEDs driven by SSD1322

  • Author(s): Scott Shawcroft

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_ssd1322.SSD1322(bus, **kwargs)

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)