microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 206 forks source link

NeoPixels on PyGamer/PyBadge light up on their own #1006

Closed jedgarpark closed 5 years ago

jedgarpark commented 5 years ago

In the Beta of MakeCode Arcade something changed today and now the NeoPixels on PyGamer and PyBadge are all lighting up bright white on their own (even when Light extension isn't used). This is with both 3.5.0 and 3.6.0 bootloaders. It is ignoring Light calls to try to turn them off.

Interestingly, the PyBadge NeoPixels seem to turn off if USB is disconnected and only battery power is used, but same is not true on PyGamer.

jamesadevine commented 5 years ago

Hey @jedgarpark,

We're on it!

jamesadevine commented 5 years ago

@jedgarpark this is in dev

pelikhan commented 5 years ago

We should have a build soonish.

jedgarpark commented 5 years ago

Excellent, thanks for the quick fix.