In this tutorial, you’ll learn how to make your LEGO SPIKE hub display words or messages on its light matrix. Displaying messages can make your robot programs more interactive and easier to understand. For example:
A robot could show "GO" when it starts moving.
It could show "STOP" when it finishes.
It could display a player’s score in a game.
It could greet people with "HELLO" when it turns on.
By the end, you’ll know how to use a simple Python command to make your robot communicate by showing text.