adafruit_ssd1325

DisplayIO driver for grayscale OLEDs drive by SSD1325

  • Author(s): Scott Shawcroft

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_ssd1325.SSD1325(*args: Any, **kwargs: Any)

SSD1325 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)