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