From 931d8011daebb022acf83cfcd72621cc3e56ce5a Mon Sep 17 00:00:00 2001 From: Brian Y Date: Thu, 12 Dec 2019 19:07:45 -0500 Subject: [PATCH] Update epd2in7.py --- RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py index 06cc310..21cfd77 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py @@ -250,9 +250,9 @@ class EPD: self.send_data(data) # self.send_command(0x25) #vcom - self.send_command(LUT_WHITE_TO_WHITE) - for data in self.gray_lut_ww: - self.send_data(data) + # self.send_command(LUT_WHITE_TO_WHITE) + # for data in self.gray_lut_ww: + # self.send_data(data) def init(self): if (epdconfig.module_init() != 0):