diff --git a/pwnagotchi/ui/hw/dfrobot.py b/pwnagotchi/ui/hw/dfrobot.py index ca4a283c..d34a4f3b 100644 --- a/pwnagotchi/ui/hw/dfrobot.py +++ b/pwnagotchi/ui/hw/dfrobot.py @@ -40,4 +40,4 @@ class DFRobotV1(DisplayImpl): self._display.display(buf) def clear(self): - self._display.Clear(0xFF) + self._display.clear(0xFF) diff --git a/pwnagotchi/ui/hw/dfrobot1.py b/pwnagotchi/ui/hw/dfrobot1.py index ca4a283c..d34a4f3b 100644 --- a/pwnagotchi/ui/hw/dfrobot1.py +++ b/pwnagotchi/ui/hw/dfrobot1.py @@ -40,4 +40,4 @@ class DFRobotV1(DisplayImpl): self._display.display(buf) def clear(self): - self._display.Clear(0xFF) + self._display.clear(0xFF) diff --git a/pwnagotchi/ui/hw/dfrobot2.py b/pwnagotchi/ui/hw/dfrobot2.py index 4624e645..72b8a8e4 100644 --- a/pwnagotchi/ui/hw/dfrobot2.py +++ b/pwnagotchi/ui/hw/dfrobot2.py @@ -40,4 +40,4 @@ class DFRobotV2(DisplayImpl): self._display.display(buf) def clear(self): - self._display.Clear(0xFF) + self._display.clear(0xFF) diff --git a/pwnagotchi/ui/hw/dfrobot_v2.py b/pwnagotchi/ui/hw/dfrobot_v2.py index 4624e645..72b8a8e4 100644 --- a/pwnagotchi/ui/hw/dfrobot_v2.py +++ b/pwnagotchi/ui/hw/dfrobot_v2.py @@ -40,4 +40,4 @@ class DFRobotV2(DisplayImpl): self._display.display(buf) def clear(self): - self._display.Clear(0xFF) + self._display.clear(0xFF) diff --git a/pwnagotchi/ui/hw/i2coled.py b/pwnagotchi/ui/hw/i2coled.py index 1c55035e..0f58e4bb 100644 --- a/pwnagotchi/ui/hw/i2coled.py +++ b/pwnagotchi/ui/hw/i2coled.py @@ -64,4 +64,4 @@ class I2COled(DisplayImpl): self._display.display(canvas) def clear(self): - self._display.clear() \ No newline at end of file + self._display.Clear() diff --git a/pwnagotchi/ui/hw/libs/inkyphat/inkyfast.py b/pwnagotchi/ui/hw/libs/pimoroni/inkyphat/inkyfast.py similarity index 100% rename from pwnagotchi/ui/hw/libs/inkyphat/inkyfast.py rename to pwnagotchi/ui/hw/libs/pimoroni/inkyphat/inkyfast.py diff --git a/pwnagotchi/ui/hw/libs/inkyphat/inkyphatfast.py b/pwnagotchi/ui/hw/libs/pimoroni/inkyphat/inkyphatfast.py similarity index 100% rename from pwnagotchi/ui/hw/libs/inkyphat/inkyphatfast.py rename to pwnagotchi/ui/hw/libs/pimoroni/inkyphat/inkyphatfast.py diff --git a/pwnagotchi/ui/hw/oledhat.py b/pwnagotchi/ui/hw/oledhat.py index 5c54d387..3c603e83 100644 --- a/pwnagotchi/ui/hw/oledhat.py +++ b/pwnagotchi/ui/hw/oledhat.py @@ -41,4 +41,4 @@ class OledHat(DisplayImpl): self._display.display(canvas) def clear(self): - self._display.clear() + self._display.Clear() diff --git a/pwnagotchi/ui/hw/tftbonnet.py b/pwnagotchi/ui/hw/tftbonnet.py index 27c41a31..5b014b92 100644 --- a/pwnagotchi/ui/hw/tftbonnet.py +++ b/pwnagotchi/ui/hw/tftbonnet.py @@ -51,4 +51,5 @@ class TftBonnet(DisplayImpl): self._display.display(canvas) def clear(self): - self._display.clear() \ No newline at end of file + pass + # self._display.clear()