fix on 38 displays

This commit is contained in:
Jeroen Oudshoorn
2024-02-15 20:46:48 +01:00
parent 0999b95be0
commit eb48d29851
38 changed files with 94 additions and 65 deletions

View File

@ -39,7 +39,7 @@ class Waveshare154(DisplayImpl):
def render(self, canvas):
buf = self._display.getbuffer(canvas)
self._display.display(buf, None)
self._display.display(buf)
def clear(self):
# pass