diff --git a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5b_V2.py b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5b_V2.py index bc21215..0e5c08f 100644 --- a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5b_V2.py +++ b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd7in5b_V2.py @@ -154,7 +154,7 @@ class EPD: def display(self, imageblack, imagered): self.send_command(0x10) - self.send_data2(imageblack) + self.send_data2(~imageblack) self.send_command(0x13) self.send_data2(imagered) #this may need to be ~ inverted