Revert "doubled screen changes for lut_bw and lut_wb"
This reverts commit 21b49e7f18.
This commit is contained in:
parent
21b49e7f18
commit
33596d8d00
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ class EPD:
|
|||
# 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
# ]
|
||||
lut_bw = [
|
||||
0xA0, 0x12, 0x12, 0x00, 0x00, 0x02,
|
||||
0xA0, 0x12, 0x12, 0x00, 0x00, 0x01,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
|
@ -124,7 +124,7 @@ class EPD:
|
|||
# 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
# ]
|
||||
lut_wb = [
|
||||
0x50, 0x12, 0x12, 0x00, 0x00, 0x02,
|
||||
0x50, 0x12, 0x12, 0x00, 0x00, 0x01,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue