-
Notifications
You must be signed in to change notification settings - Fork 131
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
printChar does not block #463
Comments
pxt bug: microsoft/pxt-microbit#2821 |
Thanks - Fixed in v2.2.0-rc4 I went through the while print() family of methods and tested/unified behaviour, so hopefully we won't see any more regressions in MicroBitDisplay. |
The print method now clears the screen after executing. This is a breaking change from the previous behavior. Can we revert to leaving the screen as is? https://github.com/lancaster-university/microbit-dal/releases/tag/v2.2.0-rc4 |
All bugs are features by now :) |
This code in MakeCode leads to a blank screen because X is erased immediately by clearScreen
The showString function in PXT calls into printChar.
https://github.com/microsoft/pxt-microbit/blame/50ec105c4faeaca8bf1ac8636b5b5021afd937ba/libs/core/basic.cpp#L37
Could this be related to the new fibers?
The text was updated successfully, but these errors were encountered: