spaces
This commit is contained in:
parent
9fa515e68f
commit
a3b3346b4e
1 changed files with 1 additions and 3 deletions
|
|
@ -50,8 +50,6 @@ class Adafruit_SSD1680(Adafruit_EPD):
|
|||
|
||||
# pylint: enable=too-many-arguments, useless-parent-delegation
|
||||
|
||||
|
||||
|
||||
def initialize_buffers(self, width, height):
|
||||
"""Initialize width height stride buffers"""
|
||||
stride = width
|
||||
|
|
@ -151,7 +149,7 @@ class Adafruit_SSD1680Z(Adafruit_SSD1680):
|
|||
busy_pin=busy_pin,
|
||||
)
|
||||
|
||||
# pylint: enable=too-many-arguments, useless-parent-delegation
|
||||
# pylint: enable=too-many-arguments, useless-parent-delegation
|
||||
|
||||
def power_up(self):
|
||||
"""Power up sequence specifically for SSD1680Z."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue