zephyr/samples/subsys/display/cfb
Glauber Maroto Ferreira 0dfc2ea103 doc: samples: display: update documentation
- fixes sample codes' relative paths
- updates instructions to build and run for native posix
platforms on its 64 flavor.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
2021-12-13 19:39:47 -05:00
..
boards samples: use chosen property to get default display controller 2021-12-10 12:47:30 +01:00
src samples: use chosen property to get default display controller 2021-12-10 12:47:30 +01:00
CMakeLists.txt
prj.conf
README.rst doc: samples: display: update documentation 2021-12-13 19:39:47 -05:00
sample.yaml

.. _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/subsys/display/cfb
   :board: reel_board
   :goals: build
   :compact:

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