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

Character missing on NanoS display. #158

Open
overcat opened this issue May 28, 2024 · 0 comments
Open

Character missing on NanoS display. #158

overcat opened this issue May 28, 2024 · 0 comments
Assignees

Comments

@overcat
Copy link

overcat commented May 28, 2024

    let my_review = MultiFieldReview::new(
        &my_field,
        &["Confirm", "Address"], // TODO: SDK bug, we need to add a space after Confirm
        Some(&EYE),
        "Approve",
        Some(&VALIDATE_14),
        "Reject",
        Some(&CROSSMARK),
    );

on NanoS
nanos

on NanoX
nanox

You can see that on the Nano S, it should display Comfirm, but instead it shows Confir. Currently, I can work around this issue by adding a space after Comfirm.

This may be a bug in UI drawing, not sure if it will affect the display of other content.

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

No branches or pull requests

2 participants