1.. _microbit_display: 2 3BBC micro:bit display 4##################### 5 6Overview 7******** 8A simple example that demonstrates how to use the 5x5 LED matrix display 9on the BBC micro:bit board. 10 11Building 12******** 13 14This project outputs various things on the BBC micro:bit display. It can 15be built as follows: 16 17.. zephyr-app-commands:: 18 :zephyr-app: samples/boards/bbc_microbit/display 19 :board: bbc_microbit 20 :goals: build 21 :compact: 22 23Sample Output 24============= 25 26The sample app displays a countdown of the characters 9-0, iterates 27through all pixels one-by-one, displays a smiley face, some animations, 28and finally the text "Hello Zephyr!" by scrolling. 29