remove unneded 'color' argument
This commit is contained in:
parent
809215a568
commit
5c742fa948
8 changed files with 8 additions and 8 deletions
|
|
@ -288,7 +288,7 @@ class EPD:
|
|||
self.send_data(image[i + j * linewidth])
|
||||
self.TurnOnDisplay()
|
||||
|
||||
def Clear(self, color):
|
||||
def Clear(self):
|
||||
if self.width%8 == 0:
|
||||
linewidth = int(self.width/8)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue