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 9b8f78e commit 2c935a3Copy full SHA for 2c935a3
adafruit_ssd1675.py
@@ -51,6 +51,7 @@
51
52
_STOP_SEQUENCE = b"\x10\x01\x01" # Enter deep sleep
53
54
+
55
# pylint: disable=too-few-public-methods
56
class SSD1675(displayio.EPaperDisplay):
57
"""SSD1675 driver"""
0 commit comments