README.rst
1.. _character_frame_buffer_sample:
2
3Character frame buffer
4######################
5
6Overview
7********
8
9This sample displays character strings using the Character Frame Buffer
10(CFB) subsystem framework.
11
12Requirements
13************
14
15This sample requires a supported board and CFB-supporting
16display, such as the :ref:`reel_board`.
17
18Building and Running
19********************
20
21Build this sample application with the following commands:
22
23.. zephyr-app-commands::
24 :zephyr-app: samples/display/cfb
25 :board: reel_board
26 :goals: build
27 :compact:
28
29See :ref:`reel_board` on how to flash the build.
30