diff --git a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13_V3.py b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13_V3.py index 806d6f2..2ad9cc0 100644 --- a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13_V3.py +++ b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13_V3.py @@ -361,7 +361,7 @@ class EPD: function : Clear screen parameter: ''' - def Clear(self, color): + def Clear(self, color=0xFF): if self.width%8 == 0: linewidth = int(self.width/8) else: