remove unused 'color' arg from clear method
This commit is contained in:
parent
af9694c602
commit
0bec0f9114
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ class EPD:
|
|||
self.ReadBusy()
|
||||
# pass
|
||||
|
||||
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(0xFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue