Skip to content

Commit 6b77291

Browse files
committed
pre-commitO
1 parent 6ef157d commit 6b77291

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

adafruit_acep7in.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@
2727
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ACeP7In.git"
2828

2929
_START_SEQUENCE = (
30-
b"\xaa\x06\x49\x55\x20\x08\x09\x18" # CMDH
30+
b"\xaa\x06\x49\x55\x20\x08\x09\x18" # CMDH
3131
b"\x01\x06\x3F\x00\x32\x2A\x0E\x2A" # power setting PWRR
32-
b"\x00\x02\x5f\x69" # panel setting (PSR)
33-
b"\x03\x04\x00\x54\x00\x44" # POFS
34-
b"\x05\x04\x40\x1F\x1F\x2C" # booster BTST1
35-
b"\x06\x04\x6F\x1F\x16\x25" # booster BTST2
36-
b"\x08\x04\x6F\x1F\x1F\x22" # booster BTST3
37-
b"\x13\x02\x00\x04" # IPC
38-
b"\x30\x01\x02" # PLL setting
39-
b"\x41\x01\x00" # TSE
40-
b"\x50\x01\x3F" # vcom and data interval setting
41-
b"\x60\x02\x02\x00" # tcon setting
42-
b"\x61\x04\x03\x20\x01\xe0" # tres
43-
b"\x82\x01\x1e" # vdcs
44-
b"\x84\x01\x00" # t_vdcs
45-
b"\x86\x01\x00" # agid
46-
b"\xe3\x01\x2f" # PWS
47-
b"\xe0\x01\x00" # ccset
48-
b"\xe6\x01\x00" # tsset
32+
b"\x00\x02\x5f\x69" # panel setting (PSR)
33+
b"\x03\x04\x00\x54\x00\x44" # POFS
34+
b"\x05\x04\x40\x1F\x1F\x2C" # booster BTST1
35+
b"\x06\x04\x6F\x1F\x16\x25" # booster BTST2
36+
b"\x08\x04\x6F\x1F\x1F\x22" # booster BTST3
37+
b"\x13\x02\x00\x04" # IPC
38+
b"\x30\x01\x02" # PLL setting
39+
b"\x41\x01\x00" # TSE
40+
b"\x50\x01\x3F" # vcom and data interval setting
41+
b"\x60\x02\x02\x00" # tcon setting
42+
b"\x61\x04\x03\x20\x01\xe0" # tres
43+
b"\x82\x01\x1e" # vdcs
44+
b"\x84\x01\x00" # t_vdcs
45+
b"\x86\x01\x00" # agid
46+
b"\xe3\x01\x2f" # PWS
47+
b"\xe0\x01\x00" # ccset
48+
b"\xe6\x01\x00" # tsset
4949
b"\x04\x80\xc8" # power on and wait 10 ms
5050
)
5151

52-
_STOP_SEQUENCE = b"\x02\x01\x00" # Power off only
52+
_STOP_SEQUENCE = b"\x02\x01\x00" # Power off only
5353
# pylint: disable=too-few-public-methods
5454
class ACeP7In(displayio.EPaperDisplay):
5555
r"""Display driver for 7" ACeP epaper display. Driver IC name is unknown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212

1313
[project]
1414
name = "adafruit-circuitpython-acep7in"
15-
description = "Driver for 7.3" 7-color (aka ACeP) epaper display"
15+
description = "Driver for 7.3\" 7-color (aka ACeP) epaper display"
1616
version = "0.0.0+auto.0"
1717
readme = "README.rst"
1818
authors = [

0 commit comments

Comments
 (0)