zephyr/samples/display/cfb
Johann Fischer ce1ef72448 boards: reel_board: add support for reel board v2
Add support for reel board v2.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2019-09-18 22:30:15 -04:00
..
boards boards: reel_board: add support for reel board v2 2019-09-18 22:30:15 -04: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
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 sample: cfb: fix test sample.display.cfb.ssd1306 2019-09-17 06:49:37 -05: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.