zephyr/samples/display/cfb
Sebastian Bøe 4e5300ba7f cmake: Drop all in-tree usage 'set_conf_file'
Port all users of 'set_conf_file' to use the built-in rules
instead. This follows the convention-over-configuration principle to
make the system as a whole simpler and more consistent.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2019-03-01 09:44:09 +01: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
README.rst samples: doc: Added README.rst for CFB sample 2018-12-10 17:21:37 -05: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
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.