From 33596d8d009e363bec85f4d5bd63a438c6985928 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Mon, 9 Dec 2019 23:05:45 -0500 Subject: [PATCH] Revert "doubled screen changes for lut_bw and lut_wb" This reverts commit 21b49e7f189ed4b15ef03764dad0ca696cfb3212. --- RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py index 0ef78c8..88f71c1 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py @@ -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,