doubled screen changes for lut_bw and lut_wb

This commit is contained in:
Brian Y 2019-12-09 23:03:40 -05:00
commit 21b49e7f18

View file

@ -88,7 +88,7 @@ class EPD:
# 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
# ]
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,
@ -124,7 +124,7 @@ class EPD:
# 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
# ]
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,