zephyr/samples/display/cfb
Peter A. Bigot 0626c8f1d3 samples: add board customization for native_posix_64
Sample applications for display functions do not work on native_posix_64
due to missing overrides.  Clone the native_posix_64 Kconfig override
for all samples that have a native_posix Kconfig override.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-07-17 15:29:42 -07:00
..
boards samples: add board customization for native_posix_64 2019-07-17 15:29:42 -07:00
src drivers: ssd1673: rename driver to ssd16xx 2019-07-04 07:27:09 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
frdm_k64f.overlay dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05: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 drivers: ssd1673: rename driver to ssd16xx 2019-07-04 07:27:09 -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.