The screen on a micro:bit only has 25 pixels in a grid of 5×5 so it can only display one character at a time. There are two main ways to display text on a micro:bit in python: you can scroll the characters from right to left or display a whole character one after the other:
Related Posts
Recent Posts
-
How do computers work? Part 2: CapacitorsMay 18, 2023 | How do computers work
-
How do computers work? Part 1: IntroductionMay 18, 2023 | How do computers work