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 a240b86 commit eaba4b0Copy full SHA for eaba4b0
adafruit_ssd1327.py
@@ -54,10 +54,10 @@
54
# pylint: disable=too-few-public-methods
55
class SSD1327(displayio.Display):
56
"""SSD1327 driver
57
- kwargs:
58
- param: height in pixels
59
- param: width in pixels
60
- param: optional rotation : 0 < rotation < 180 results in 90 degree rotation
+
+ :param int height: height in pixels
+ :param int width: width in pixels
+ :param int rotation: rotation in degrees 0 < rotation < 180 results in 90 degree rotation
61
"""
62
63
def __init__(self, bus: displayio.I2CDisplay, **kwargs) -> None:
0 commit comments