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

a '+' character in showString does not work #1606

Closed
thinkberg opened this issue Mar 11, 2017 · 8 comments
Closed

a '+' character in showString does not work #1606

thinkberg opened this issue Mar 11, 2017 · 8 comments
Assignees
Labels

Comments

@thinkberg
Copy link

Please see: https://calliope-mini.myjetbrains.com/youtrack/issue/MINI-39

@pelikhan
Copy link
Member

Could you ask your users to use share to send the source code?

@thinkberg
Copy link
Author

The following code shows in the simulator: 123 (no + and no =)
The same happens on the device itself.

basic.forever(() => {
    basic.showNumber(1)
    basic.showString("+")
    basic.showNumber(2)
    basic.showString("=")
    basic.showNumber(3)
})

@pelikhan
Copy link
Member

  • and = are probably missing from the font

@thinkberg
Copy link
Author

Try this: The + appears now.
basic.forever(() => {
basic.showNumber(1)
basic.showString(" + ")
basic.showNumber(2)
basic.showString("=")
basic.showNumber(3)
})

@thinkberg
Copy link
Author

And here all the characters appear:

basic.forever(() => {
basic.showNumber(1)
basic.showString(" + ")
basic.showNumber(2)
basic.showString(" = ")
basic.showNumber(3)
})

It is not a missing character problem. We currently use the same font as the microbit.

@abchatra
Copy link
Contributor

I can't repro this anymore. Do let us know if you are able to repro

@guillaumejenkins
Copy link
Contributor

guillaumejenkins commented May 18, 2018

This still repros and is a bad bug. It may also be impacting the hardware.

Moved here: microsoft/pxt-microbit#796

microbit showstring bug

@lock
Copy link

lock bot commented Sep 25, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants