From a5500f494da8e8148579f8a73a48645904b2cc36 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Fri, 12 Feb 2021 16:34:59 -0700 Subject: [PATCH] Update epd_1in54b_V2_test.py --- RaspberryPi_JetsonNano/python/examples/epd_1in54b_V2_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()