zephyr/samples/display/cfb
Johann Fischer 1dace68a69 sample: cfb: enable test for the shield ssd1306_128x64
Enable test for the shield ssd1306_128x64.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2019-09-07 17:15:51 +02:00
..
boards samples: cfb: remove FRDM-K64F board config and overlay 2019-09-07 17:15:51 +02:00
src drivers: ssd1673: rename driver to ssd16xx 2019-07-04 07:27:09 -04:00
CMakeLists.txt
README.rst
prj.conf
sample.yaml sample: cfb: enable test for the shield ssd1306_128x64 2019-09-07 17:15:51 +02:00

README.rst

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