zephyr/samples/display/cfb
Anas Nashif 5060ca6a30 cmake: increase minimal required version to 3.13.1
Move to latest cmake version with many bug fixes and enhancements.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-01-03 11:51:29 -05:00
..
boards samples: cfb: move native_posix config to boards 2018-12-11 09:12:56 -05:00
src samples: Added native posix board to cfb sample 2018-12-10 20:37:29 -05:00
CMakeLists.txt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
README.rst samples: doc: Added README.rst for CFB sample 2018-12-10 17:21:37 -05:00
dts_fixup.h dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
frdm_k64f.overlay
prj.conf samples: Added native posix board to cfb sample 2018-12-10 20:37:29 -05:00
sample.yaml samples: cfb: Moved overlay config files to boards dir 2018-12-10 17:21:37 -05:00

README.rst

.. _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.