mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This demo is done on a Futaba M202MD15FA module, wired as: * STB -> PIN5 * SCK -> PIN6 * SI/SO -> PIN7 Signed-off-by: Chen Xingyu <hi@xingrz.me>
.. _auxdisplay-sample: Auxiliary display sample ######################## Overview ******** This sample shows how to use the auxiliary display drivers 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>`.