diff --git a/RaspberryPi&JetsonNano/python/examples/epd_1in02_test.py b/RaspberryPi&JetsonNano/python/examples/epd_1in02_test.py index 5e8819d..7faf26a 100644 --- a/RaspberryPi&JetsonNano/python/examples/epd_1in02_test.py +++ b/RaspberryPi&JetsonNano/python/examples/epd_1in02_test.py @@ -95,5 +95,5 @@ except IOError as e: except KeyboardInterrupt: logging.info("ctrl + c:") - epd1in54.epdconfig.module_exit() + epd1in02.epdconfig.module_exit() exit() diff --git a/RaspberryPi&JetsonNano/python/examples/epd_1in54b_V2_test.py b/RaspberryPi&JetsonNano/python/examples/epd_1in54b_V2_test.py index 22e19cb..b76278d 100644 --- a/RaspberryPi&JetsonNano/python/examples/epd_1in54b_V2_test.py +++ b/RaspberryPi&JetsonNano/python/examples/epd_1in54b_V2_test.py @@ -76,5 +76,5 @@ except IOError as e: except KeyboardInterrupt: logging.info("ctrl + c:") - epd1in54b.epdconfig.module_exit() + epd1in54b_V2.epdconfig.module_exit() exit() diff --git a/RaspberryPi&JetsonNano/python/examples/epd_7in5_V2_test.py b/RaspberryPi&JetsonNano/python/examples/epd_7in5_V2_test.py index 4a254fd..bcb8f66 100644 --- a/RaspberryPi&JetsonNano/python/examples/epd_7in5_V2_test.py +++ b/RaspberryPi&JetsonNano/python/examples/epd_7in5_V2_test.py @@ -86,5 +86,5 @@ except IOError as e: except KeyboardInterrupt: logging.info("ctrl + c:") - epd7in5.epdconfig.module_exit() + epd7in5_V2.epdconfig.module_exit() exit() diff --git a/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V2_test.py b/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V2_test.py index 8544371..abf211a 100644 --- a/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V2_test.py +++ b/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V2_test.py @@ -93,5 +93,5 @@ except IOError as e: except KeyboardInterrupt: logging.info("ctrl + c:") - epd7in5.epdconfig.module_exit() + epd7in5bc_V2.epdconfig.module_exit() exit() diff --git a/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V3_test.py b/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V3_test.py index f17cd8d..4b0bff6 100644 --- a/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V3_test.py +++ b/RaspberryPi&JetsonNano/python/examples/epd_7in5b_V3_test.py @@ -93,5 +93,5 @@ except IOError as e: except KeyboardInterrupt: logging.info("ctrl + c:") - epd7in5.epdconfig.module_exit() + epd7in5b_V3.epdconfig.module_exit() exit()