diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py index e5b77ef..b764c3c 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py @@ -267,7 +267,7 @@ class EPD: epdconfig.delay_ms(1) logging.debug("e-Paper busy release") - def send_command_and_data(self command, data=None): + def send_command_and_data(self, command, data=None): self.digital_write(self.dc_pin, epdif.GPIO.LOW) # LOW: write command epdif.spi_writebytes([command]) if data: