doubled screen changes for lut_bw and lut_wb
This commit is contained in:
parent
2b652fcd01
commit
21b49e7f18
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ class EPD:
|
||||||
# 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
# 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
# ]
|
# ]
|
||||||
lut_bw = [
|
lut_bw = [
|
||||||
0xA0, 0x12, 0x12, 0x00, 0x00, 0x01,
|
0xA0, 0x12, 0x12, 0x00, 0x00, 0x02,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
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,
|
# 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
# ]
|
# ]
|
||||||
lut_wb = [
|
lut_wb = [
|
||||||
0x50, 0x12, 0x12, 0x00, 0x00, 0x01,
|
0x50, 0x12, 0x12, 0x00, 0x00, 0x02,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
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