diff --git a/pwnagotchi/ui/hw/lcdhat.py b/pwnagotchi/ui/hw/lcdhat.py index 75779a3..92e45a7 100644 --- a/pwnagotchi/ui/hw/lcdhat.py +++ b/pwnagotchi/ui/hw/lcdhat.py @@ -37,7 +37,7 @@ class LcdHat(DisplayImpl): from pwnagotchi.ui.hw.libs.waveshare.lcdhat.epd import EPD self._display = EPD() self._display.init() - self._display.Clear() + self._display.clear() def render(self, canvas): self._display.display(canvas)