Fix _display.clear()
There is a typo (uppercase / lowercase) which prevents the display from initializing.
This commit is contained in:
parent
d42ab1574b
commit
3b1d90baef
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user