Update kmk/extensions/oled.py

Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
This commit is contained in:
regicidal.plutophage 2023-03-11 00:56:16 +03:00 committed by GitHub
parent c401fccd30
commit 74c2afdff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ class Oled(Extension):
names=('OLED_BRD',), on_press=self._oled_brd, on_release=handler_passthrough names=('OLED_BRD',), on_press=self._oled_brd, on_release=handler_passthrough
) )
def render_oled(self, layer, *args, **kwargs): def render_oled(self, layer):
splash = displayio.Group() splash = displayio.Group()
for view in self._views: for view in self._views: