Revert "doubled screen changes for lut_bw and lut_wb"

This reverts commit 21b49e7f18.
This commit is contained in:
Brian Y 2019-12-09 23:05:45 -05:00
commit 33596d8d00

View file

@ -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,