-
Notifications
You must be signed in to change notification settings - Fork 644
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
Show LEDs on hardware does not match the old behavior #2908
Comments
@finneyj FYI |
I'll investigate to see if this was my change. |
Regression in microbit-dal lancaster-university/microbit-dal#463 |
arrgh. Though I'd nailed these - sorry guys. To clarify, for consistency in MakeCode, all print() methods (be it char, string or image) should not clear the screen for length==1 operations? |
clarification - even when a duration is explicitly set? |
Apologies. Fixed in microbit-dal v2.2.0-rc5 |
No clearing when it does not scroll. |
In the latest beta, calling showLeds clears the screen after the interval has passed. The old behavior was to leave the last displayed image up on the screen.
Here's a MakeCode program that demonstrates it:
This only shows up on the hardware, not in the sim
The text was updated successfully, but these errors were encountered: