Merge pull request #23 from Opalinus/master

Repair broken Waveshare213g #22
This commit is contained in:
Jeroen Oudshoorn
2024-01-20 23:27:02 +01:00
committed by GitHub

View File

@ -40,7 +40,7 @@ class Waveshare2in13g(DisplayImpl):
def render(self, canvas): def render(self, canvas):
buf = self._display.getbuffer(canvas) buf = self._display.getbuffer(canvas)
self._display.displayPartial(buf) self._display.display(buf)
def clear(self): def clear(self):
self._display.Clear() self._display.Clear()