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)