From c7821e6570c500bc5de6aa308d7bdb370db3002d Mon Sep 17 00:00:00 2001 From: tkameroski <76920240+tkameroski@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:25:47 -0400 Subject: [PATCH] Update epd7in5_V2.py --- RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5_V2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5_V2.py b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5_V2.py index 5cc8460..a654a83 100644 --- a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5_V2.py +++ b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5_V2.py @@ -131,7 +131,7 @@ class EPD: logger.debug("e-Paper busy") # self.send_command(0x71) iter = 0 - while epdconfig.digital_read(self.busy_pin) == 0: + while epdconfig.digital_read(self.busy_pin) == 0: # self.send_command(0x71) epdconfig.delay_ms(100) iter += 1