We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cadce commit debab50Copy full SHA for debab50
app.py
@@ -701,7 +701,7 @@ def __init__(self):
701
702
self.options.width = get_option(opts, "width", DEFAULT_OPTIONS.width)
703
704
- self.options.launchpad = get_option(opts, 'launchpad', False)
+ self.options.launchpad = get_option(opts, 'launchpad', True)
705
706
# simulator keys
707
self.keys = {}
@@ -1444,6 +1444,7 @@ def __call__(self):
1444
def deinit(self):
1445
if self.launchpad:
1446
self.launchpad.Reset()
1447
+ self.launchpad.LedSetMode(0)
1448
for out in self.out:
1449
out.close()
1450
out.abort()
0 commit comments