remove unneded 'color' argument

This commit is contained in:
txoof 2020-01-26 12:59:03 +01:00
commit 5c742fa948
8 changed files with 8 additions and 8 deletions

View file

@ -131,7 +131,7 @@ class EPD:
self.ReadBusy()
def Clear(self, color):
def Clear(self):
self.send_command(0x24)
for j in range(0, self.height):
for i in range(0, int(self.width / 8)):