소스 검색

sample of additional changes needed in driver

bassettb 4 년 전
부모
커밋
d13e93279b
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      RaspberryPi_JetsonNano/python/examples/epd_2in13_V2_test.py
  2. 0 2
      RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13_V2.py

+ 0 - 1
RaspberryPi_JetsonNano/python/examples/epd_2in13_V2_test.py

@@ -86,7 +86,6 @@ try:
     logging.info("Goto Sleep...")
     epd.sleep()
     time.sleep(3)
-    epd.Dev_exit()
         
 except IOError as e:
     logging.info(e)

+ 0 - 2
RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13_V2.py

@@ -315,8 +315,6 @@ class EPD:
         self.send_command(0x10) #enter deep sleep
         self.send_data(0x03)
         epdconfig.delay_ms(100)
-
-    def Dev_exit(self):
         epdconfig.module_exit()
 
 ### END OF FILE ###