• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/11-Mar-2024-1410

src/11-Mar-2024-9168

CMakeLists.txtD11-Mar-2024221 106

README.rstD11-Mar-2024594 3020

prj.confD11-Mar-2024148 116

sample.yamlD11-Mar-2024295 1413

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