Here we show you how to create a custom image on the led matrix, we use the Mu editor - http://codewith.mu/ [codesyntax lang="python"] from microbit import * im = Image('99999:90009:90009:90009:99999:') display.show(im) [/codesyntax] You can vary the brightness by changing the value of the digits from...
MicroBit
Go to the micro:bit web site and follow the hyperlink to Create Code. Choose the Microsoft Block Editor and make a New Project. Look in the Basic section for the.
A simple example using the 2 buttons (a and b), pressing them will display one of the built in images on th 5x5 LED display on the Micro Bit The.