Fixed bug. Not sure how that got changed back

Signed-off-by: Justin Richards <ratmandu@gmail.com>
This commit is contained in:
Justin Richards 2019-10-27 02:53:26 -05:00
parent f1bc2d945b
commit 723e1892e4

View File

@ -67,7 +67,7 @@ class WaveshareV1(DisplayImpl):
from pwnagotchi.ui.hw.libs.waveshare.v1.epd2in13bcFAST import EPD
self._display = EPD()
self._display.init()
self._display.Clear(0xFF)
self._display.Clear()
else:
logging.info("initializing waveshare v1 display 3-color mode")
from pwnagotchi.ui.hw.libs.waveshare.v1.epd2in13bc import EPD