In this tutorial, you will 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 display "GO" when it starts moving.
It could display "STOP" when it finishes.
It could show a player’s score in a game.
It could greet people with "HELLO" when it turns on.
By the end of this tutorial, you will know how to use a simple Python command to make your robot communicate by displaying text.