removed non-required epaper commands while initalising

This commit is contained in:
Ace 2020-06-12 23:18:59 +02:00
parent 2dc70f590d
commit c94a2ff122

View File

@ -30,9 +30,6 @@ class Display:
except FileNotFoundError:
raise Exception('SPI could not be found. Please check if SPI is enabled')
self._epaper.init()
self._epaper.sleep()
def render(self, im_black, im_colour = None):
"""Render an image on the epaper
im_colour is required for three-colour epapers"""