microsoft / pxt-adafruit

Microsoft MakeCode editor for Adafruit Circuit Playground Express
https://makecode.adafruit.com
Other
81 stars 77 forks source link

Onboard strip block doesn't work in simulator #1051

Closed ChaseMor closed 5 years ago

ChaseMor commented 5 years ago

Describe the bug If you try to use the onboard strip block, it doesn't affect the light strip in the simulator. It does however work on hardware.

To Reproduce Go to the following test program. Observe that nothing happens in the simulator, but if loaded onto hardware the light behaves as expected. https://makecode.com/_HUX5q90RKiiY

Expected behavior The simulator and hardware should have the same behavior.