By now, you should be fairly comfortable with the basics of micro:bit. You’ve learned how to set up the development environment and write simple code with the online Python editor and the Mu editor.
In this chapter, you learn about the micro:bit built-in LED screen. You’ll see how to turn LEDs on and off in the micro:bit display and control the brightness of the LEDs. Then you’ll learn how to turn the LED screen on and off in order to use the GPIO pins associated with the LED screen . After that, you learn how to display the built-in images and image lists ...