Skip to content

Commit 38ea03d

Browse files
committed
Ran pre-commit
1 parent e8fd70d commit 38ea03d

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

adafruit_uc8151d.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,14 @@
3131
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_UC8151D.git"
3232

3333
_START_SEQUENCE = (
34-
#b"\x01\x05\x03\x00\x2b\x2b\x09" # power setting
35-
#b"\x06\x03\x17\x17\x17" # booster soft start
36-
34+
# b"\x01\x05\x03\x00\x2b\x2b\x09" # power setting
35+
# b"\x06\x03\x17\x17\x17" # booster soft start
3736
b"\x04\x80\xc8" # power on and wait 10 ms
3837
b"\x00\x01\x1f" # panel setting. Further filled in below.
3938
b"\x50\x01\x97" # CDI setting
4039
)
4140

42-
_STOP_SEQUENCE = (
43-
b"\x50\x01\xf7" # CDI setting
44-
b"\x07\x01\xA5" # Deep Sleep
45-
)
41+
_STOP_SEQUENCE = b"\x50\x01\xf7" b"\x07\x01\xA5" # CDI setting # Deep Sleep
4642
# pylint: disable=too-few-public-methods
4743
class UC8151D(displayio.EPaperDisplay):
4844
r"""UC8151D driver

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# SPDX-License-Identifier: MIT
55

66
Adafruit-Blinka
7-
adafruit-blinka-displayio
7+
adafruit-blinka-displayio

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
# What does your project relate to?
5656
keywords="adafruit blinka circuitpython micropython uc8151d uc8151 us8151d displayio epd "
57-
"epaper flexible",
57+
"epaper flexible",
5858
# You can just specify the packages manually here if your project is
5959
# simple. Or you can use find_packages().
6060
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,

0 commit comments

Comments
 (0)