Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Cabé df294e34e1 doc: sphinx-lint: fix bad usage of "default role" 10 months ago
..
boards samples: auxdisplay: Add ESP32 board overlay 1 year ago
src
CMakeLists.txt
README.rst doc: sphinx-lint: fix bad usage of "default role" 10 months ago
prj.conf
sample.yaml samples: drivers: auxdisplay requires a fixture to run on a platform 2 years ago

README.rst

.. zephyr:code-sample:: auxdisplay
:name: Auxiliary display
:relevant-api: auxdisplay_interface

Output "Hello World" to an auxiliary display.

Overview
********

This sample shows how to use the :ref:`auxiliary display driver <auxdisplay_api>`
by outputting a sample "Hello World" text to one.

Building and Running
********************

Note that this sample requires a board with an auxiliary display setup. A
sample overlay is provided for the ``nucleo_f746zg`` board fly-wired to a Hitachi
HD44780-compatible 20 character by 4 line display. See the overlay file
:zephyr_file:`samples/drivers/auxdisplay/boards/nucleo_f746zg.overlay` for
wiring configuration.

.. zephyr-app-commands::
:zephyr-app: samples/drivers/auxdisplay
:host-os: unix
:board: nucleo_f746zg
:goals: build flash
:compact:

If successful, the display will show "Hello World from <board>".