We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a069641 commit 0142c76Copy full SHA for 0142c76
adafruit_ssd1327.py
@@ -59,7 +59,7 @@ class SSD1327(displayio.Display):
59
:param ~displayio.I2CDisplay bus: The data bus the display is on
60
:param int height: (keyword-only) The height of the screen
61
:param int width: (keyword-only) The width of the screen
62
- :param int rotation: (keyword-only) The rotation.orientation of the
+ :param int rotation: (keyword-only) The rotation/orientation of the
63
screen, in degrees
64
"""
65
0 commit comments