From 7f94152dc38ae7a155e6cede51e9cacc9d0c1494 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Sat, 14 Dec 2019 23:10:36 -0500 Subject: [PATCH] changed PLL clock frequency --- RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py index d78b5d6..e8dd440 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py @@ -372,7 +372,8 @@ class EPD: self.send_data(0xEF) # KW-BF KWR-AF BWROTP 0f self.send_command(0x30) # PLL_CONTROL - self.send_data(0x3A) # 3A 100HZ 29 150Hz 39 200HZ 31 171HZ + # self.send_data(0x3A) # 3A 100HZ 29 150Hz 39 200HZ 31 171HZ + self.send_data(0x0F) self.send_command(0x82) # VCM_DC_SETTING_REGISTER self.send_data(0x12)