Codesters FAQ is the official FAQ site for codesters.com. We will continue to update this blog with the most common questions we receive form teachers using Codesters.

Possible Icons on Micro:bit

If you’ve explored Codesters’s micro:bit toolkit, you might have seen this block: Show Icon

Dragging this in to your code editor adds this command to your code: microbit.show_icon("happy"), which displays the following icon on your micro:bit

 
microbit_happy.png
 
 

Here's a list of icons we currently support:

  • "heart"
  • "small_heart"
  • "yes"
  • "no"
  • "happy"
  • "sad"
  • "confused"
  • "angry"
  • "asleep"
  • "surprised"