Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable more fine-grained control over screen locking handling #89

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Enable more fine-grained control over screen locking handling #89

merged 1 commit into from
Oct 13, 2023

Conversation

siy
Copy link
Contributor

@siy siy commented Oct 10, 2023

This PR enables convenient and correct handling of screen timeouts using code like this:

    // Application main loop
    loop {
        let event = comm.next_event();

        match event {
            Event::Ticker => {
                if UxEvent::Event.request() != BOLOS_UX_OK {
                    UxEvent::block();
                    // Redisplay application menu here
                }
            }
            ...
        }
    }

@siy siy mentioned this pull request Oct 10, 2023
@yhql yhql merged commit 8c26807 into LedgerHQ:master Oct 13, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants