The Image class also has the following built-in instances of itself included as its attributes (the attribute names indicate what the image represents). In this example we will randomly display an image on the led matrix when the button a is pressed Code [codesyntax lang="python"]...
image
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).
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.