• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/11-Mar-2024-10877

CMakeLists.txtD11-Mar-2024225 106

README.rstD11-Mar-2024654 2921

prj.confD11-Mar-202472 53

sample.yamlD11-Mar-2024132 76

README.rst

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