mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fixed bug. Not sure how that got changed back
Signed-off-by: Justin Richards <ratmandu@gmail.com>
This commit is contained in:
@ -67,7 +67,7 @@ class WaveshareV1(DisplayImpl):
|
|||||||
from pwnagotchi.ui.hw.libs.waveshare.v1.epd2in13bcFAST import EPD
|
from pwnagotchi.ui.hw.libs.waveshare.v1.epd2in13bcFAST import EPD
|
||||||
self._display = EPD()
|
self._display = EPD()
|
||||||
self._display.init()
|
self._display.init()
|
||||||
self._display.Clear(0xFF)
|
self._display.Clear()
|
||||||
else:
|
else:
|
||||||
logging.info("initializing waveshare v1 display 3-color mode")
|
logging.info("initializing waveshare v1 display 3-color mode")
|
||||||
from pwnagotchi.ui.hw.libs.waveshare.v1.epd2in13bc import EPD
|
from pwnagotchi.ui.hw.libs.waveshare.v1.epd2in13bc import EPD
|
||||||
|
Reference in New Issue
Block a user