Skip to content

[Bug] EV3 back button not exposed #2592

@laurensvalk

Description

@laurensvalk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    platform: EV3Issues related to LEGO MINDSTORMS EV3software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)triageIssues that have not been triaged yet

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions