From 21b49e7f189ed4b15ef03764dad0ca696cfb3212 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Mon, 9 Dec 2019 23:03:40 -0500 Subject: [PATCH] doubled screen changes for lut_bw and lut_wb --- 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 88f71c1..0ef78c8 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, 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,