From 4dd4fb4ac9b33981bbd6cd16f5a764e7dbb1502d Mon Sep 17 00:00:00 2001 From: Brian Y Date: Thu, 12 Dec 2019 22:43:14 -0500 Subject: [PATCH] removed sleep from example test --- RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py b/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py index b0ba1bd..6eed750 100644 --- a/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py +++ b/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py @@ -104,8 +104,8 @@ try: logging.info("Clear...") epd.Clear(0xFF) - logging.info("Goto Sleep...") - epd.sleep() + # logging.info("Goto Sleep...") + # epd.sleep() except IOError as e: logging.info(e)