From c97edeb9bdb5817c6c440a35b466fd72bf673ba7 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Thu, 12 Dec 2019 22:46:42 -0500 Subject: [PATCH] Revert "removed sleep from example test" This reverts commit 4dd4fb4ac9b33981bbd6cd16f5a764e7dbb1502d. --- 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 6eed750..b0ba1bd 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)