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 9fa515e commit a3b3346Copy full SHA for a3b3346
adafruit_epd/ssd1680.py
@@ -50,8 +50,6 @@ def __init__(
50
51
# pylint: enable=too-many-arguments, useless-parent-delegation
52
53
-
54
55
def initialize_buffers(self, width, height):
56
"""Initialize width height stride buffers"""
57
stride = width
@@ -151,7 +149,7 @@ def __init__(
151
149
busy_pin=busy_pin,
152
150
)
153
154
- # pylint: enable=too-many-arguments, useless-parent-delegation
+ # pylint: enable=too-many-arguments, useless-parent-delegation
155
156
def power_up(self):
157
"""Power up sequence specifically for SSD1680Z."""
0 commit comments