remove unneded 'color' argument
This commit is contained in:
parent
809215a568
commit
5c742fa948
8 changed files with 8 additions and 8 deletions
|
|
@ -324,7 +324,7 @@ class EPD:
|
|||
|
||||
self.TurnOnDisplay()
|
||||
|
||||
def Clear(self, color):
|
||||
def Clear(self):
|
||||
self.send_command(0x10)
|
||||
for i in range(0, int(self.width * self.height / 8)):
|
||||
self.send_data(0x00)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue