mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 12:23:03 +00:00
Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
frdm_k64f.overlay | ||
prj.conf | ||
README.rst | ||
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/display/cfb :board: reel_board :goals: build :compact: See :ref:`reel_board` on how to flash the build.