diff --git a/RaspberryPi_JetsonNano/python/examples/epd_1in54b_V2_test.py b/RaspberryPi_JetsonNano/python/examples/epd_1in54b_V2_test.py index 4e3a306..891d86c 100644 --- a/RaspberryPi_JetsonNano/python/examples/epd_1in54b_V2_test.py +++ b/RaspberryPi_JetsonNano/python/examples/epd_1in54b_V2_test.py @@ -79,5 +79,5 @@ except IOError as e: except KeyboardInterrupt: logging.info("ctrl + c:") - epd1in54b.epdconfig.module_exit() + epd1in54b_V2.epdconfig.module_exit() exit()