diff --git a/adafruit_uc8151d.py b/adafruit_uc8151d.py index 6e8d00a..eaa8070 100644 --- a/adafruit_uc8151d.py +++ b/adafruit_uc8151d.py @@ -41,19 +41,18 @@ _STOP_SEQUENCE = b"\x50\x01\xf7" b"\x07\x01\xA5" # CDI setting # Deep Sleep # pylint: disable=too-few-public-methods class UC8151D(displayio.EPaperDisplay): - r"""UC8151D driver + """UC8151D driver + + The following keyword arguments can be used: + + * *width* (``int``) -- + Display width + * *height* (``int``) -- + Display height + * *rotation* (``int``) -- + Display rotation :param bus: The data bus the display is on - :param \**kwargs: - See below - - :Keyword Arguments: - * *width* (``int``) -- - Display width - * *height* (``int``) -- - Display height - * *rotation* (``int``) -- - Display rotation """ def __init__(self, bus, **kwargs):