adafruit_displayio_ssd1305

DisplayIO driver for SSD1305 monochrome displays

  • Author(s): Melissa LeBlanc-Williams

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_displayio_ssd1305.SSD1305(bus, **kwargs)

SSD1305 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. One of (0, 90, 180, 270)