maybe actually fix now

Signed-off-by: Nikhil Jha <hi@nikhiljha.com>
This commit is contained in:
Nikhil Jha
2019-10-27 14:20:54 -07:00
parent 4814e10940
commit 4d5bfc2adf
2 changed files with 10 additions and 32 deletions

View File

@ -331,7 +331,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)