mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update waveshare3in52.py
Signed-off-by: Chris Kerins <clkerins@gmail.com>
This commit is contained in:
@ -38,7 +38,6 @@ class Waveshare3in52(DisplayImpl):
|
||||
self._display.Clear()
|
||||
|
||||
def render(self, canvas):
|
||||
self._display.Clear()
|
||||
buf = self._display.getbuffer(canvas)
|
||||
self._display.display(buf)
|
||||
self._display.refresh()
|
||||
|
Reference in New Issue
Block a user