zephyr/samples/boards/microbit/display
Kumar Gala 856decf2f7 samples: Remove board.h include
Remove including board.h from samples that don't need it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-11-01 13:15:18 +01:00
..
src samples: Remove board.h include 2018-11-01 13:15:18 +01:00
CMakeLists.txt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
README.rst
prj.conf
sample.yaml samples: fix sample tags 2018-10-16 09:17:51 -04:00

README.rst

.. _microbit_display:

BBC micro:bit display
#####################

Overview
********
A simple example that demonstrates how to use the 5x5 LED matrix display
on the BBC micro:bit board.

Building
********

This project outputs various things on the BBC micro:bit display. It can
be built as follows:

.. zephyr-app-commands::
   :zephyr-app: samples/boards/microbit/display
   :board: bbc_microbit
   :goals: build
   :compact:

Sample Output
=============

The sample app displays a countdown of the characters 9-0, iterates
through all pixels one-by-one, displays a smiley face, some animations,
and finally the text "Hello Zephyr!" by scrolling.