zephyr/samples/subsys/display/cfb/README.rst
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

30 lines
601 B
ReStructuredText

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