File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 31
31
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_UC8151D.git"
32
32
33
33
_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
37
36
b"\x04 \x80 \xc8 " # power on and wait 10 ms
38
37
b"\x00 \x01 \x1f " # panel setting. Further filled in below.
39
38
b"\x50 \x01 \x97 " # CDI setting
40
39
)
41
40
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
46
42
# pylint: disable=too-few-public-methods
47
43
class UC8151D (displayio .EPaperDisplay ):
48
44
r"""UC8151D driver
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: MIT
5
5
6
6
Adafruit-Blinka
7
- adafruit-blinka-displayio
7
+ adafruit-blinka-displayio
Original file line number Diff line number Diff line change 54
54
],
55
55
# What does your project relate to?
56
56
keywords = "adafruit blinka circuitpython micropython uc8151d uc8151 us8151d displayio epd "
57
- "epaper flexible" ,
57
+ "epaper flexible" ,
58
58
# You can just specify the packages manually here if your project is
59
59
# simple. Or you can use find_packages().
60
60
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
You can’t perform that action at this time.
0 commit comments