Update kmk/extensions/oled.py
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
This commit is contained in:
parent
c401fccd30
commit
74c2afdff2
@ -144,7 +144,7 @@ class Oled(Extension):
|
||||
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()
|
||||
|
||||
for view in self._views:
|
||||
|
Loading…
x
Reference in New Issue
Block a user