-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
platform: EV3Issues related to LEGO MINDSTORMS EV3Issues related to LEGO MINDSTORMS EV3software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)triageIssues that have not been triaged yetIssues that have not been triaged yet
Description
Describe the bug
In Pybricks 2.0 the back/cancel button could not be used since it would exit the program.
But now we can do:
hub.system.set_stop_button(None)
And then hub.buttons.pressed() should include the back button. But it doesn't.
We could add a Button.BACK, but that would confuse things with NXT where it is Button.DOWN, so we'll probably stick with Button.LEFT_UP.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: EV3Issues related to LEGO MINDSTORMS EV3Issues related to LEGO MINDSTORMS EV3software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)triageIssues that have not been triaged yetIssues that have not been triaged yet