From 89879f1a3cc54858179a0687eb1de9919db579f1 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Mon, 9 Dec 2019 22:48:42 -0500 Subject: [PATCH] truncated lut_ww --- .../python/lib/waveshare_epd/epd2in7.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py index 20f1665..a931bcf 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py @@ -60,14 +60,23 @@ class EPD: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ] + # lut_ww = [ + # 0x40, 0x08, 0x00, 0x00, 0x00, 0x02, + # 0x90, 0x28, 0x28, 0x00, 0x00, 0x01, + # 0x40, 0x14, 0x00, 0x00, 0x00, 0x01, + # 0xA0, 0x12, 0x12, 0x00, 0x00, 0x01, + # 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + # 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + # 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + # ] lut_ww = [ - 0x40, 0x08, 0x00, 0x00, 0x00, 0x02, - 0x90, 0x28, 0x28, 0x00, 0x00, 0x01, - 0x40, 0x14, 0x00, 0x00, 0x00, 0x01, 0xA0, 0x12, 0x12, 0x00, 0x00, 0x01, 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, ] lut_bw = [ 0x40, 0x08, 0x00, 0x00, 0x00, 0x02,