Run pre-commit
This commit is contained in:
parent
f7bda3c2af
commit
09b1adf52a
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ _START_SEQUENCE = (
|
|||
)
|
||||
|
||||
_STOP_SEQUENCE = b"\x10\x81\x01\x64" # Deep Sleep
|
||||
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
class SSD1680(displayio.EPaperDisplay):
|
||||
r"""SSD1680 driver
|
||||
|
|
|
|||
Loading…
Reference in a new issue