-
Right now the effect block on https://microbit.chibitronics.com/ looks like this, with a text dropdown to select effects:
Meanwhile, the analogous block on https://makecode.chibitronics.com/#ed…
-
This caught me by surprised and it's a MakeCode specific limitation, as CODAL returns a 32 bit unsigned int and MakeCode drops the 2 most significant bits:
https://github.com/microsoft/pxt-microbit/b…
-
in microsoft/pxt-arcadeshield we have a global variable screen: Bitmap. I want screen to be the default variable used in blocks, which is accomplished using the bmap.defl line below
```
//% fixedI…
-
### Description
After adding the Jacdac extension in makecode and clicking 'Modules' you can define roles which then add the needed blocks. In a mobile device usecase where WebUSB is not available, …
-
### Check for duplicates
- [X] I have searched for similar issues before opening a new one.
### Problem
Currently there is no mechanism I'm aware of for overriding the Grid class that renders the g…
-
StreamRecording::canPull() (not used) does not correspond to it's description in the code comments.
https://github.com/lancaster-university/codal-core/blob/509086cc8590465041b15493ab52b56e7071c110…
-
Hi @pelikhan, (generic copy paste incoming)
As you might have seen from microsoft/pxt-microbit#3506 this extension is currently not compiling against the latest version of Micro:bit CODAL. This me…
-
hi guys ,
i've got some error message and can't running pxt project on my server as bellow
![pic_002](https://user-images.githubusercontent.com/9930176/34289031-7d980ffc-e72b-11e7-83b1-12b84ce75939.…
-
In comparison the recording in MakeCode is a bit louder, the background noise is also increased, but it makes voice recordings a bit easier to understand.
I've created this hex file for comparison …
-
Hey I am having a issue where I have gone through the setup steps for compiling and extracting for Linux and it is unable to find the files
```
nxengine-evo ✔
[16:42:04.28…