Skip to content

Commit

Permalink
fixed issue #22 and #21
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmcwethy committed May 29, 2019
1 parent ecdede6 commit a6f24eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adafruit_epd/epd.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ def display(self): # pylint: disable=too-many-branches

self._cs.value = True
self.spi_device.unlock()
else:
if self.sram:
self.sram.cs_pin.value = True

self.update()


Expand Down

0 comments on commit a6f24eb

Please sign in to comment.