From 723e1892e4f7ccc7c806fe1e3bd6828a9ceb1446 Mon Sep 17 00:00:00 2001 From: Justin Richards Date: Sun, 27 Oct 2019 02:53:26 -0500 Subject: [PATCH] Fixed bug. Not sure how that got changed back Signed-off-by: Justin Richards --- pwnagotchi/ui/hw/waveshare1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/hw/waveshare1.py b/pwnagotchi/ui/hw/waveshare1.py index 72557e85..40ecc3f4 100644 --- a/pwnagotchi/ui/hw/waveshare1.py +++ b/pwnagotchi/ui/hw/waveshare1.py @@ -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