zephyr/samples/display/cfb
Anas Nashif da5f185e06 samples: add test identifier
Add unique identifier instead of just 'test' for samples.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-03-29 17:44:11 -04:00
..
boards samples: cfb: move native_posix config to boards 2018-12-11 09:12:56 -05:00
src samples: cfb: remove unused variable and fix style 2019-02-05 11:05:47 -05:00
CMakeLists.txt cmake: Drop all in-tree usage 'set_conf_file' 2019-03-01 09:44:09 +01:00
frdm_k64f.overlay display: ssd1306: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-29 14:21:32 -06:00
prj.conf samples: Added native posix board to cfb sample 2018-12-10 20:37:29 -05:00
README.rst samples: doc: Added README.rst for CFB sample 2018-12-10 17:21:37 -05:00
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -04:00

.. _character_frame_buffer_sample:

Character frame buffer
######################

Overview
********

This sample displays character strings using the Character Frame Buffer
(CFB) subsystem framework.

Requirements
************

This sample requires a supported board and CFB-supporting
display, such as the :ref:`reel_board`.

Building and Running
********************

Build this sample application with the following commands:

.. zephyr-app-commands::
   :zephyr-app: samples/display/cfb
   :board: reel_board
   :goals: build
   :compact:

See :ref:`reel_board` on how to flash the build.